UNPKG

imma

Version:

A collection of functions for dealing with native arrays and objects immutably

4 lines (3 loc) 88 B
'use strict' const merge = module.exports = arrays => Object.assign([], ...arrays)