nt-mixer

Mixin and inherit utils.

Usage no npm install needed!

<script type="module">
  import ntMixer from 'https://cdn.skypack.dev/nt-mixer';
</script>

README

mixer

Mixin and Inherit utils.

var mixer = require('mixer');

// mixin with one source

mixer(target).mixin(source);

// or with multiple sources

mixer(target)
  .mixin(source1)
  .mixin(source2);

// inherit -- To be done

Installation

Install with component(1):

$ component install Ntran013/mixer

API

License

MIT