UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines • 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mergeAll = void 0; var mergeMap_1 = require("./mergeMap"); var identity_1 = require("../util/identity"); function mergeAll(concurrent) { if (concurrent === void 0) { concurrent = Infinity; } return mergeMap_1.mergeMap(identity_1.identity, concurrent); } exports.mergeAll = mergeAll; //# sourceMappingURL=mergeAll.js.map