Files
WAI_Project_VUE/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.d.ts

4 lines
154 B
TypeScript
Raw Normal View History

2025-11-24 23:24:06 +08:00
import type { Parser } from "acorn";
export declare function getParser(): typeof Parser;
export declare function getAnyTokenErrorParser(): typeof Parser;