mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 03:49:12 +08:00
23 lines
No EOL
782 B
Text
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 |