polyinherit

1.0.1 • Public • Published

Polyinherit

Modifies the function prototype for the possibility of using multiple inheritance

Usage inherit

function() { }.inherit(somefunc1, somefunc2)

Usage proto

function() { }.proto({
  someMethod: function() { }
});

Readme

Keywords

Package Sidebar

Install

npm i polyinherit

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • morulus