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