morphit/node_modules/svelte-eslint-parser/lib/svelte-config/parser.d.ts

2 lines
111 B
TypeScript

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