zip-object
Create an object from from arrays of keys and values. (Inspired by lodash's _.zipObject)
Install
npm install zip-object --save
Usage
Either takes two arrays or an array of arrays as the argument(s).
var zipObject = ;var zipped = ; console; // outputs 'value1'console; // outputs 'value2'
Run Tests
npm install
npm test