urbanu619 e168f54beb first commit 10 ماه پیش
..
test e168f54beb first commit 10 ماه پیش
.npmignore e168f54beb first commit 10 ماه پیش
History.md e168f54beb first commit 10 ماه پیش
Makefile e168f54beb first commit 10 ماه پیش
Readme.md e168f54beb first commit 10 ماه پیش
component.json e168f54beb first commit 10 ماه پیش
index.js e168f54beb first commit 10 ماه پیش
package.json e168f54beb first commit 10 ماه پیش

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