printer-notifications/node_modules/svelte-eslint-parser/lib/parser/espree.d.ts
2023-11-13 16:10:04 -05:00

7 lines
236 B
TypeScript

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;