Files
Tiber365/node_modules/svelte-preprocess/dist/modules/prepareContent.d.ts
2025-05-16 00:17:42 +02:00

5 lines
115 B
TypeScript

export declare function prepareContent({ options, content, }: {
options: any;
content: string;
}): string;