TenantAtlas/apps/platform/.pnpm-store/v10/files/02/01ab25e40deffd4b8116c56bb745ab71cafc13eee91d87101fdee270fad70bd351be4f788851343a5c06bc050a5c7f0496bdab5166016c928024d38dfc8f62
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

6 lines
259 B
Plaintext

import { scanInternals } from './scanInternals';
import { operate } from '../util/lift';
export function reduce(accumulator, seed) {
return operate(scanInternals(accumulator, seed, arguments.length >= 2, false, true));
}
//# sourceMappingURL=reduce.js.map