5 lines
No EOL
140 B
JavaScript
5 lines
No EOL
140 B
JavaScript
import { zip } from './zip';
|
|
export function zipWith(...otherInputs) {
|
|
return zip(...otherInputs);
|
|
}
|
|
//# sourceMappingURL=zipWith.js.map
|