urbanu619 e168f54beb first commit 7 meses atrás
..
test e168f54beb first commit 7 meses atrás
.npmignore e168f54beb first commit 7 meses atrás
History.md e168f54beb first commit 7 meses atrás
Makefile e168f54beb first commit 7 meses atrás
Readme.md e168f54beb first commit 7 meses atrás
component.json e168f54beb first commit 7 meses atrás
index.js e168f54beb first commit 7 meses atrás
package.json e168f54beb first commit 7 meses atrás

Readme.md

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT