nt-mixer

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nt-mixer

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • ntran013