e53e759d46158f0a1f0c5315030e7f270869b326bb6f6ef1680531cb8c34c8e6498ce55860b9c0ebb2a7bda022bbe4d526b8efad7c609dbed4073ccbce6874 336 B

12345678910
  1. import { __read, __spreadArray } from "tslib";
  2. import { zip } from './zip';
  3. export function zipWith() {
  4. var otherInputs = [];
  5. for (var _i = 0; _i < arguments.length; _i++) {
  6. otherInputs[_i] = arguments[_i];
  7. }
  8. return zip.apply(void 0, __spreadArray([], __read(otherInputs)));
  9. }
  10. //# sourceMappingURL=zipWith.js.map