吕君喜 406d880ac6 first 3 yıl önce
..
test 406d880ac6 first 3 yıl önce
.npmignore 406d880ac6 first 3 yıl önce
History.md 406d880ac6 first 3 yıl önce
Makefile 406d880ac6 first 3 yıl önce
Readme.md 406d880ac6 first 3 yıl önce
component.json 406d880ac6 first 3 yıl önce
index.js 406d880ac6 first 3 yıl önce
package.json 406d880ac6 first 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