Skip to content

Modifies the function prototype for the possibility of using multiple inheritance

License

Notifications You must be signed in to change notification settings

polyvitamins/polyinherit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyinherit

Modifies the function prototype for the possibility of using multiple inheritance

Usage inherit

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

Usage proto

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

About

Modifies the function prototype for the possibility of using multiple inheritance

Resources

License

Stars

Watchers

Forks

Packages

No packages published