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