clone-extend

0.1.2 • Public • Published

clone-extend Build Status

deep clone an object, return a new object and extend it

Getting Started

Install the module with: npm install clone-extend

var clone_extend = require('clone-extend');
clone_extend.awesome(); // "awesome"

Documentation

Just for use of Bai JSON extend mode.

Examples

var extend = require('clone-extend');
extend(obj1,obj2)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

v0.0.1 --- add main function 2013/6/8

License

Copyright (c) 2013 Tiankui
Licensed under the MIT license.

/clone-extend/

    Package Sidebar

    Install

    npm i clone-extend

    Weekly Downloads

    3

    Version

    0.1.2

    License

    none

    Last publish

    Collaborators

    • tiankui