kiruthiga 55473b7e7c initial push 5 天之前
..
test 55473b7e7c initial push 5 天之前
.npmignore 55473b7e7c initial push 5 天之前
History.md 55473b7e7c initial push 5 天之前
Makefile 55473b7e7c initial push 5 天之前
Readme.md 55473b7e7c initial push 5 天之前
component.json 55473b7e7c initial push 5 天之前
index.js 55473b7e7c initial push 5 天之前
package.json 55473b7e7c initial push 5 天之前

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