frontend/.pnpm-store/v3/files/bd/bfe8489423afcc89a58c27f86f85aff08859cf28a62c1d12035f204a915d90c139e71fe7e095ab3ee7c05492f59b4d11c6f9d120f7e47f14ac7866ecb7c8aa

10 lines
401 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.reduce = void 0;
var scanInternals_1 = require("./scanInternals");
var lift_1 = require("../util/lift");
function reduce(accumulator, seed) {
return lift_1.operate(scanInternals_1.scanInternals(accumulator, seed, arguments.length >= 2, false, true));
}
exports.reduce = reduce;
//# sourceMappingURL=reduce.js.map