Files
emaui/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.d.ts
2026-05-29 15:23:46 +03:00

9 lines
241 B
TypeScript

export interface ESPree {
latestEcmaVersion?: number;
version: string;
}
export declare function getEspree(): ESPree;
type NewestKind = "cwd" | "linter" | "self";
export declare function getNewestEspreeKind(): NewestKind;
export {};