concatAll.js 273 B

123456789
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.concatAll = void 0;
  4. var mergeAll_1 = require("./mergeAll");
  5. function concatAll() {
  6. return mergeAll_1.mergeAll(1);
  7. }
  8. exports.concatAll = concatAll;
  9. //# sourceMappingURL=concatAll.js.map