TenantAtlas/apps/platform/.pnpm-store/v10/files/bd/bfe8489423afcc89a58c27f86f85aff08859cf28a62c1d12035f204a915d90c139e71fe7e095ab3ee7c05492f59b4d11c6f9d120f7e47f14ac7866ecb7c8aa
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

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