urbanu619 e168f54beb first commit 7 달 전
..
test e168f54beb first commit 7 달 전
.npmignore e168f54beb first commit 7 달 전
History.md e168f54beb first commit 7 달 전
Makefile e168f54beb first commit 7 달 전
Readme.md e168f54beb first commit 7 달 전
component.json e168f54beb first commit 7 달 전
index.js e168f54beb first commit 7 달 전
package.json e168f54beb first commit 7 달 전

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