.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / ts-eslint-scope / Definition.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 exports.ParameterDefinition = exports.Definition = void 0;
4 const definition_1 = require("eslint-scope/lib/definition");
5 const Definition = definition_1.Definition;
6 exports.Definition = Definition;
7 const ParameterDefinition = definition_1.ParameterDefinition;
8 exports.ParameterDefinition = ParameterDefinition;
9 //# sourceMappingURL=Definition.js.map