TenantAtlas/apps/platform/.pnpm-store/v10/files/d3/75e563f94e6503dea43c54c2fab6eb276607fab0fec805b58958de744a9df7c1aa8e8657cdc388932cd0efe47a5ddca00d4a120a01d54ed545a2c8662a4d60
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
187 B
Plaintext

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