3 lines
120 B
TypeScript
3 lines
120 B
TypeScript
import type { SvelteConfig } from "./index.js";
|
|
export declare function parseConfig(code: string): SvelteConfig | null;
|