TenantAtlas/apps/platform/.pnpm-store/v10/files/d2/361c13e4e135753ab24d5e9ae13c6c1333046f13d40f912501c5145da21521d1a374ef42e9cd84f7aa71ebd93afbce91665e04b94d927cf97d2231cd1b7a03
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
142 B
Plaintext

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