EITS-web/node_modules/svelte-eslint-parser/lib/svelte-config/parser.d.ts
2025-12-06 09:54:52 -05:00

3 lines
120 B
TypeScript

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