unzip-array
A javascript implementation of unzip function
Install the module with: npm install unzip-array
Example
var unzip = ;var result = ;console; // -> [[1, 8, 4], [2, 33, 9]]
A javascript implementation of unzip function
Install the module with: npm install unzip-array
var unzip = ;var result = ;console; // -> [[1, 8, 4], [2, 33, 9]]
npm i unzip-array
1
1.0.0
ISC