16 lines
505 B
Plaintext
16 lines
505 B
Plaintext
"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 repo
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.es2024_arraybuffer = void 0;
|
|
const base_config_1 = require("./base-config");
|
|
exports.es2024_arraybuffer = {
|
|
libs: [],
|
|
variables: [
|
|
['ArrayBuffer', base_config_1.TYPE],
|
|
['ArrayBufferConstructor', base_config_1.TYPE],
|
|
],
|
|
};
|