UNPKG

@typescript-eslint/parser

Version:

An ESLint custom parser which leverages TypeScript ESTree

8 lines 382 B
export { parse, parseForESLint, ParserOptions } from './parser'; export { ParserServices, ParserServicesWithTypeInformation, ParserServicesWithoutTypeInformation, clearCaches, createProgram, } from '@typescript-eslint/typescript-estree'; export declare const version: string; export declare const meta: { name: string; version: string; }; //# sourceMappingURL=index.d.ts.map