Urara-Blog/node_modules/.pnpm-store/v3/files/fe/23cacce7a750a1699318f72f6ceef15010969dcbbb4637b3952a58b3c7ebe3df0325c716d81897347cf3fe6eb318d125893c04ebbf75207ef0d54a26e119ce
2022-08-14 01:14:53 +08:00

12 lines
No EOL
455 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ESLintScopeVariable = void 0;
const VariableBase_1 = require("./VariableBase");
/**
* ESLint defines global variables using the eslint-scope Variable class
* This is declared her for consumers to use
*/
class ESLintScopeVariable extends VariableBase_1.VariableBase {
}
exports.ESLintScopeVariable = ESLintScopeVariable;
//# sourceMappingURL=ESLintScopeVariable.js.map