astro-ghostcms/.pnpm-store/v3/files/a3/589c7eec1e889bb0a14b2b87f37...

5 lines
218 B
Plaintext

/**
* Build a client directive entrypoint into code that can directly run in a `<script>` tag.
*/
export declare function buildClientDirectiveEntrypoint(name: string, entrypoint: string, root: URL): Promise<string>;