e7fd1fbef9fb3c3c4cf48c17c98b677bfa5e891d3d952315655c525e500d3be5042c7f99c2a69936526d033625daa95bf7558da996c86667056a792ff3b97a 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