Skip to content

frozzare/array-zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

array-zip Build Status

Merges together the values of each of the arrays.

Install the module with: npm install array-zip

Example

var arrayZip = require('array-zip');
var result = arrayZip([1, 2], ['a', 'b']);
  
console.log(result); // [ [ 1, 'a' ], [ 2, 'b' ] ]

License

MIT © Fredrik Forsmo

About

Merges together the values of each of the arrays

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published