4a448935ee5fd929ee4daa42cd46b332b89082327101bc72f99af424df91bff29e523ab360c2c76c88e61b9e964343e08058f5e2ca203522735d83bb5401d7 140 B

12345
  1. import { zip } from './zip';
  2. export function zipWith(...otherInputs) {
  3. return zip(...otherInputs);
  4. }
  5. //# sourceMappingURL=zipWith.js.map