astro-ghostcms/.pnpm-store/v3/files/e9/5cebd595727bfb0be876e4bfb8a...

9 lines
230 B
Plaintext

export default function html(): {
name: string;
options(options: any): void;
transform(source: string, id: string): Promise<{
code: string;
map: import("magic-string").SourceMap;
} | undefined>;
};