zipWith.js 140 Bytes Raw Blame History Permalink 1 2 3 4 5 import { zip } from './zip'; export function zipWith(...otherInputs) { return zip(...otherInputs); } //# sourceMappingURL=zipWith.js.map