Files
memecoin-botV2/.pnpm-store/v10/files/07/4c64e159eb6af99271965c62a6e76be89f806d0bb01e4ae26d9d63b0237e37e00edcda55d4ae9cde79640448597d1d66d2a7d40f832c7025e04de48f91c7ab

17 lines
577 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.esnext_collection = void 0;
const base_config_1 = require("./base-config");
const es2025_collection_1 = require("./es2025.collection");
exports.esnext_collection = {
libs: [es2025_collection_1.es2025_collection],
variables: [
['Map', base_config_1.TYPE],
['WeakMap', base_config_1.TYPE],
],
};