Reference

cloudflareClientAssetPaths

Returns the set of client and public asset paths a Cloudflare Worker is allowed to serve.

Signature

function cloudflareClientAssetPaths(manifest: CloudflareClientManifest, options: { extraPaths?: readonly string[]; prefix?: string }): Set<string>