UNPKG

@typescript-eslint/visitor-keys

Version:

Visitor keys used to help traverse the TypeScript-ESTree AST

4 lines 182 B
import { TSESTree } from '@typescript-eslint/types'; declare const getKeys: (node: TSESTree.Node) => ReadonlyArray<string>; export { getKeys }; //# sourceMappingURL=get-keys.d.ts.map