moonsflyer 976fd6d369 initial commit of the project 7 месяцев назад
..
test 976fd6d369 initial commit of the project 7 месяцев назад
.npmignore 976fd6d369 initial commit of the project 7 месяцев назад
History.md 976fd6d369 initial commit of the project 7 месяцев назад
Makefile 976fd6d369 initial commit of the project 7 месяцев назад
Readme.md 976fd6d369 initial commit of the project 7 месяцев назад
component.json 976fd6d369 initial commit of the project 7 месяцев назад
index.js 976fd6d369 initial commit of the project 7 месяцев назад
package.json 976fd6d369 initial commit of the project 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