inherit-component
v0.0.2
Published
Prototype inheritance utility
Readme
inherit
Prototype inheritance utility.
Installation
$ component install component/inheritExample
var inherit = require('inherit');
function Animal() {}
function Pet() {}
inherit(Animal, Pet);License
MIT
