Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

alirzaev/zip-js

Repository files navigation

zip-js

A simple zip function implementation

Installation

$ npm install @alirzaev/zip-js

Usage

import { zip } from '@alirzaev/zip-js';

zip(['a', 'b'], [1, 2], [true, false]);

// => [['a', 1, true], ['b', 2, false]]

Running tests

$ npm test

About

A simple zip function implementation

Topics

Resources

License

Stars

Watchers

Forks

Packages