Files

5 lines
140 B
JavaScript
Raw Permalink Normal View History

2026-03-26 01:23:19 +08:00
import { zip } from './zip';
export function zipWith(...otherInputs) {
return zip(...otherInputs);
}
//# sourceMappingURL=zipWith.js.map