printer-notifications/node_modules/svelte-eslint-parser/lib/parser/espree.d.ts

7 lines
236 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { BasicParserObject } from "./parser-object";
/**
* Load `espree` from the loaded ESLint.
* If the loaded ESLint was not found, just returns `require("espree")`.
*/
export declare function getEspree(): BasicParserObject;