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