Skip to content

Tiankui/clone-extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published