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