UNPKG

svelte-eslint-parser

Version:
6 lines (5 loc) 160 B
import { VERSION as compilerVersion } from "svelte/compiler"; export { compilerVersion }; export declare const svelteVersion: { gte(v: number): boolean; };