File size: 111 Bytes
bc20498 |
1 2 3 |
import type { SvelteConfig } from ".";
export declare function parseConfig(code: string): SvelteConfig | null;
|
bc20498 |
1 2 3 |
import type { SvelteConfig } from ".";
export declare function parseConfig(code: string): SvelteConfig | null;
|