urbanu619 e168f54beb first commit há 10 meses atrás
..
test e168f54beb first commit há 10 meses atrás
.npmignore e168f54beb first commit há 10 meses atrás
History.md e168f54beb first commit há 10 meses atrás
Makefile e168f54beb first commit há 10 meses atrás
Readme.md e168f54beb first commit há 10 meses atrás
component.json e168f54beb first commit há 10 meses atrás
index.js e168f54beb first commit há 10 meses atrás
package.json e168f54beb first commit há 10 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