TenantAtlas/apps/platform/.pnpm-store/v10/files/2d/7b6b684af1a2c3d81c5641588bd85753bec56c447f882733a793fcf2fc499f89f2d6187b4468d2a8f1255c503f1c32589622f908ea9311332bbc907a49b4ef
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
248 B
Plaintext

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