blob: 102d36201addf6d8a87769b94eb11e140304b803 [file] [log] [blame]
import { zip } from './zip';
export function zipWith(...otherInputs) {
return zip(...otherInputs);
}
//# sourceMappingURL=zipWith.js.map