saikojosh / Object-Assign-Deep

Like Object.assign(), but deeper.
69 stars 13 forks source link

Use util instead of underscore #1

Closed emilbayes closed 7 years ago

emilbayes commented 9 years ago

I'm 100% sure the semantics are the same, but Node already comes with util which has various util.is* functions, such as util.isFunction and util.isObject. Maybe it would be worth considering changing to that to remove external dependencies.

saikojosh commented 9 years ago

That's a good idea. I probably won't update this module because I'm using my other module Object Extender because it has fewer pitfalls.

saikojosh commented 7 years ago

Hey @emilbayes you'll be pleased to know I've removed all dependencies from the module!