mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 13:19:29 +08:00
22 lines
No EOL
852 B
Text
22 lines
No EOL
852 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.es2016_array_include = void 0;
|
|
const base_config_1 = require("./base-config");
|
|
exports.es2016_array_include = {
|
|
Array: base_config_1.TYPE,
|
|
ReadonlyArray: base_config_1.TYPE,
|
|
Int8Array: base_config_1.TYPE,
|
|
Uint8Array: base_config_1.TYPE,
|
|
Uint8ClampedArray: base_config_1.TYPE,
|
|
Int16Array: base_config_1.TYPE,
|
|
Uint16Array: base_config_1.TYPE,
|
|
Int32Array: base_config_1.TYPE,
|
|
Uint32Array: base_config_1.TYPE,
|
|
Float32Array: base_config_1.TYPE,
|
|
Float64Array: base_config_1.TYPE,
|
|
};
|
|
//# sourceMappingURL=es2016.array.include.js.map |