25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 3 yıl önce
..
test First Commit 3 yıl önce
.npmignore First Commit 3 yıl önce
History.md First Commit 3 yıl önce
Makefile First Commit 3 yıl önce
Readme.md First Commit 3 yıl önce
component.json First Commit 3 yıl önce
index.js First Commit 3 yıl önce
package.json First Commit 3 yıl ö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