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

10 lines
354 B
Plaintext

import { __read, __spreadArray } from "tslib";
import { concat } from './concat';
export function concatWith() {
var otherSources = [];
for (var _i = 0; _i < arguments.length; _i++) {
otherSources[_i] = arguments[_i];
}
return concat.apply(void 0, __spreadArray([], __read(otherSources)));
}
//# sourceMappingURL=concatWith.js.map