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

5 lines
207 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* 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>;