UNPKG

@typescript-eslint/visitor-keys

Version:

Visitor keys used to help traverse the TypeScript-ESTree AST

6 lines (5 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getKeys = void 0; const eslint_visitor_keys_1 = require("eslint-visitor-keys"); exports.getKeys = eslint_visitor_keys_1.getKeys;