TenantAtlas/apps/platform/.pnpm-store/v10/files/45/cde937d044cbb253ea837c3a2092a22157794aef7670e6456da7da354f33fef4c65fe1abdf53a66dd373a18fdbf5eb740a4b8f12468617f9cb3b2a5f4c8b12
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

7 lines
214 B
Plaintext

import { popScheduler } from '../util/args';
import { from } from './from';
export function of(...args) {
const scheduler = popScheduler(args);
return from(args, scheduler);
}
//# sourceMappingURL=of.js.map