TenantAtlas/apps/platform/.pnpm-store/v10/files/79/07edf6291b0773b9712f58848bd2a5d57bf295621855a549813f0362f17dca51a86b98506acfb2526aef102221fb928e2a18d8537a70192258615b8c56e746
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

5 lines
124 B
Plaintext

import { map } from './map';
export function mapTo(value) {
return map(() => value);
}
//# sourceMappingURL=mapTo.js.map