astro-ghostcms/.pnpm-store/v3/files/88/46082052ab02b6e5c9e32ea3610...

5 lines
136 B
Plaintext

export declare function transform(code: string, id: string): Promise<{
code: string;
map: import("magic-string").SourceMap;
}>;