UNPKG

imma

Version:

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

8 lines (5 loc) 200 B
'use strict' const mergeDeepWith = require('./mergeDeepWith') const getNext = (prev, next) => next const mergeDeep = module.exports = (...iterables) => mergeDeepWith(getNext, ...iterables)