1 Repo
Combining two arrays into a single array of pairs, typically truncating to the shortest input length.
Distinct from Two-Array Mappers: None of the candidates specifically describe the zipping operation; they describe general mappers or accessors.
Explore 1 awesome GitHub repository matching data & databases · Array Zipping. Refine with filters or upvote what's useful.
Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The
Groups the n-th element from multiple arrays into a single array of tuples.