0.1.2 • Published 11 years ago

clone-extend v0.1.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

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.