TenantAtlas/apps/platform/.pnpm-store/v10/files/e6/1177be36ceca311df5b751aaa51ca3d7aa8cdb1f25c8797b7332f9028f68f88cc797dd0fb5e3f4c117cf37aa38948521692915c78392021a188c4d7d2855d8
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
192 B
Plaintext

import { exhaustMap } from './exhaustMap';
import { identity } from '../util/identity';
export function exhaustAll() {
return exhaustMap(identity);
}
//# sourceMappingURL=exhaustAll.js.map