polyinherit
v1.0.1
Published
Modifies the function prototype for the possibility of using multiple inheritance
Downloads
2
Readme
Polyinherit
Modifies the function prototype for the possibility of using multiple inheritance
Usage inherit
function() { }.inherit(somefunc1, somefunc2)
Usage proto
function() { }.proto({
someMethod: function() { }
});