UNPKG

svelte-preprocess

Version:

A Svelte preprocessor wrapper with baked-in support for commonly used preprocessors

5 lines (4 loc) 115 B
export declare function prepareContent({ options, content, }: { options: any; content: string; }): string;