TenantAtlas/apps/platform/.pnpm-store/v10/files/7b/0fe085333fcac5465a35ca2bedfa2e9e12fc7186f83f8655a7c5e54bd32823b423c3db1e99904cf1f8eb8b80b5c016e454923b1b9509c0b1491f74d9512e17
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
349 B
Plaintext

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