frontend/.pnpm-store/v3/files/bc/b63c5415b02431e5aa713312413c67896a3d0cabc94679c69495972a3adcc2361a427d1ac79c6b0ceb181dbc0d4cb6aff067ba5f06985d9d1dcd027c55a47d

8 lines
245 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var mergeAll_1 = require("./mergeAll");
function concatAll() {
return mergeAll_1.mergeAll(1);
}
exports.concatAll = concatAll;
//# sourceMappingURL=concatAll.js.map