Files
memecoin-botV2/.pnpm-store/v10/files/ab/dc0c7bb957a5d99118b8c6e41400e13a3e74ff75239b25848c9f389d56c40532f76f3f09930c5e7966699917b34d84e3f8a51ee6c7113d1123ef60c23e92a9

18 lines
630 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.es2025_collection = void 0;
const base_config_1 = require("./base-config");
const es2024_collection_1 = require("./es2024.collection");
exports.es2025_collection = {
libs: [es2024_collection_1.es2024_collection],
variables: [
['ReadonlySetLike', base_config_1.TYPE],
['Set', base_config_1.TYPE],
['ReadonlySet', base_config_1.TYPE],
],
};