module::Copyable
Copyable mixin adds copyability and clonability to your class. The module uses defined relation to deduce how to copy / clone the instance.
Try out
npm install
node sample/Base.s
npm install
node sample/Descendant.s
Copyable mixin adds copyability and clonability to your class. The module uses defined relation to deduce how to copy / clone the instance.
Homepage Repository npm JavaScript Download
npm install wCopyable@0.3.48