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