TenantAtlas/apps/platform/.pnpm-store/v10/files/82/c835bb5706b90752dc1a6f69c8bcdb3cf5a702b4b0dedd15f2674de6b3d74113421f3697689ba803f249a3f2a691ee84f1c36d20045943b828b13ea02d43ae
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
157 B
Plaintext

import { concat } from './concat';
export function concatWith(...otherSources) {
return concat(...otherSources);
}
//# sourceMappingURL=concatWith.js.map