# module::Copyable [![status](https://github.com/Wandalen/wCopyable/actions/workflows/StandardPublish.yml/badge.svg)](https://github.com/Wandalen/wCopyable/actions/workflows/StandardPublish.yml) [![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental)

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
```






















































































