astro-ghostcms/.pnpm-store/v3/files/b2/06b7fb90da0c3e924b98de891fa...

5 lines
207 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): Promise<string>;