Collection of cross-platform routines to copy / clone data structures, no matter how complex and cycled them are. Cloner relies on class relations definition for traversing. Use the module to replicate your data.


Keywords
wTools, clone, cloner, deep clone
License
MIT
Install
npm install wcloner@0.3.391

Documentation

module::Cloner status experimental

Collection of cross-platform routines to copy / clone data structures, no matter how complex and cycled them are. Cloner relies on class relations definition for traversing. Use the module to replicate your data.

Try out from the repository

git clone https://github.com/Wandalen/wCloner
cd wCloner
will .npm.install
node sample/trivial/Sample.s

Make sure you have utility willbe installed. To install willbe: npm i -g willbe@stable. Willbe is required to build of the module.

To add to your project

npm add 'wcloner@stable'

Willbe is not required to use the module in your project as submodule.