kiruthiga 55473b7e7c initial push 6 일 전
..
test 55473b7e7c initial push 6 일 전
.npmignore 55473b7e7c initial push 6 일 전
History.md 55473b7e7c initial push 6 일 전
Makefile 55473b7e7c initial push 6 일 전
Readme.md 55473b7e7c initial push 6 일 전
component.json 55473b7e7c initial push 6 일 전
index.js 55473b7e7c initial push 6 일 전
package.json 55473b7e7c initial push 6 일 전

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