UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

10 lines (9 loc) 227 B
import { zipWith as zipWith$1 } from "../../array/zipWith.mjs"; //#region src/fp/array/zipWith.ts function zipWith(...rest) { return function(array) { return zipWith$1(array, ...rest); }; } //#endregion export { zipWith };