UNPKG

@typescript-eslint/utils

Version:

Utilities for working with TypeScript + ESLint together

4 lines (3 loc) 301 B
export { AST_NODE_TYPES, AST_TOKEN_TYPES, TSESTree, } from '@typescript-eslint/types'; export type { NodeWithParent } from '@typescript-eslint/types'; export type { ParserServices, ParserServicesWithoutTypeInformation, ParserServicesWithTypeInformation, } from '@typescript-eslint/typescript-estree';