TenantAtlas/apps/platform/.pnpm-store/v10/files/3b/6a28bd31a884d1c4b74811f7923cd6ef2b1d04feefb1ea6b8a158bb2c67ca9332dc8601ebf5aa43058ceaedc4f56b65f550ac7638789af9198badd18ee84b9
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
254 B
Plaintext

import { concatAll } from '../operators/concatAll';
import { popScheduler } from '../util/args';
import { from } from './from';
export function concat(...args) {
return concatAll()(from(args, popScheduler(args)));
}
//# sourceMappingURL=concat.js.map