jqb-extend

0.0.1 • Public • Published

jqb-extend

Object extending utility:

var extend = require('jqb-extend');
extend({a:1},{b:1});     // {a:1,b:1}
extend({a:1},{a:2})      // {a:2}

The implementation is heavily inspired to UnderscoreJS extend:
http://underscorejs.org/#extend

Run Tests

If you want to run tests on this module you can prompt:

npm install && grunt

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i jqb-extend

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • marcopeg