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) 199 B
import { zip as zip$1 } from "../../array/zip.mjs"; //#region src/fp/array/zip.ts function zip(...arrs) { return function(array) { return zip$1(array, ...arrs); }; } //#endregion export { zip };