TenantAtlas/apps/platform/.pnpm-store/v10/files/d0/e53e759d46158f0a1f0c5315030e7f270869b326bb6f6ef1680531cb8c34c8e6498ce55860b9c0ebb2a7bda022bbe4d526b8efad7c609dbed4073ccbce6874
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
336 B
Plaintext

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