deepmerge
deepmerge copied to clipboard
Drop ES5
I'm ready to convert to modern JS.
A note should probably be added to the readme.
Will also need to note the need for an Object.assign polyfill
Will you use it in mutable or immutable way?
use what? Object.assign
? Object.assign
is only used on the options argument. See #166
Maybe use object rest operator and rely on babel preset env output?
Would you be interested in converting the project to TypeScript?
Would be glad to make a PR.