Urara-Blog/node_modules/.pnpm-store/v3/files/92/c2f65fa4674ad937cb5e77183fddb53d7b664e28757b341b04cfbe84cb4058e15af01fb75e353d0a4b43794891e0f8daa4dc235e797613db0875197020ec31
2022-08-14 01:14:53 +08:00

23 lines
No EOL
782 B
Text

"use strict";
// THIS CODE WAS AUTOMATICALLY GENERATED
// DO NOT EDIT THIS CODE BY HAND
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
// npx nx generate-lib @typescript-eslint/scope-manager
Object.defineProperty(exports, "__esModule", { value: true });
exports.TYPE_VALUE = exports.VALUE = exports.TYPE = void 0;
exports.TYPE = Object.freeze({
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: false,
});
exports.VALUE = Object.freeze({
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: false,
isValueVariable: true,
});
exports.TYPE_VALUE = Object.freeze({
eslintImplicitGlobalSetting: 'readonly',
isTypeVariable: true,
isValueVariable: true,
});
//# sourceMappingURL=base-config.js.map