UNPKG

@typescript-eslint/visitor-keys

Version:

Visitor keys used to help traverse the TypeScript-ESTree AST

3 lines 170 B
import type { TSESTree } from '@typescript-eslint/types'; export declare const getKeys: (node: TSESTree.Node) => readonly string[]; //# sourceMappingURL=get-keys.d.ts.map