merge-array
Merge arrays in to the first array
Install
$ npm install --save merge-array
Usage
var mergeArray = ;var arr = 'foo'; ;console;//=> ['foo', 'bar'] ;console;//=> ['foo', 'bar', 'hello', 'you']
API
mergeArray(input, array, [array, ...])
input
Type: array
Array to merge in to.
array
Type: array
Array to merge in to the first array.
License
MIT © Andreas Gillström