kd-inherits
v0.1.1
Published
inherit the prototype methods from one or more constructors into another
Downloads
24
Readme
inherits
inherit the prototype methods from one or more constructors into another.
install
npm i kd-inherits --saveusage
Foo = ->
Foo::qux = -> 'qux'
Bar = ->
Bar::quux = -> 'quux'
Baz = ->
inherits Baz::, Bar, Foolicense
The MIT License (MIT)
Copyright (c) 2014 Koding [email protected]
