justmoon / node-extend

Simple function to extend objects
MIT License
341 stars 68 forks source link

bower and CommonJS / AMD module #24

Closed MetaMemoryT closed 9 years ago

MetaMemoryT commented 9 years ago

This could be useful on the browser when you don't want to use heavy library like jquery.

ljharb commented 9 years ago

It's already usable on the browser via npm and browserify, since it's already a CommonJS-style module.