deepsea ca9f471156 first commit 1 년 전
..
test ca9f471156 first commit 1 년 전
.npmignore ca9f471156 first commit 1 년 전
History.md ca9f471156 first commit 1 년 전
Makefile ca9f471156 first commit 1 년 전
Readme.md ca9f471156 first commit 1 년 전
component.json ca9f471156 first commit 1 년 전
index.js ca9f471156 first commit 1 년 전
package.json ca9f471156 first commit 1 년 전

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