UNPKG

@typescript-eslint/utils

Version:

Utilities for working with TypeScript + ESLint together

3 lines 276 B
export { AST_NODE_TYPES, AST_TOKEN_TYPES, TSESTree, } from '@typescript-eslint/types'; export type { ParserServices, ParserServicesWithoutTypeInformation, ParserServicesWithTypeInformation, } from '@typescript-eslint/typescript-estree'; //# sourceMappingURL=ts-estree.d.ts.map