Files
2026-02-04 00:11:19 +05:00

5 lines
140 B
JavaScript
Executable File

import { zip } from './zip';
export function zipWith(...otherInputs) {
return zip(...otherInputs);
}
//# sourceMappingURL=zipWith.js.map