urbanu619 e168f54beb first commit 10 ay önce
..
test e168f54beb first commit 10 ay önce
.npmignore e168f54beb first commit 10 ay önce
History.md e168f54beb first commit 10 ay önce
Makefile e168f54beb first commit 10 ay önce
Readme.md e168f54beb first commit 10 ay önce
component.json e168f54beb first commit 10 ay önce
index.js e168f54beb first commit 10 ay önce
package.json e168f54beb first commit 10 ay önce

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