落日晚风 cff33ad7d1 清空 1 سال پیش
..
test cff33ad7d1 清空 1 سال پیش
.npmignore cff33ad7d1 清空 1 سال پیش
History.md cff33ad7d1 清空 1 سال پیش
Makefile cff33ad7d1 清空 1 سال پیش
Readme.md cff33ad7d1 清空 1 سال پیش
component.json cff33ad7d1 清空 1 سال پیش
index.js cff33ad7d1 清空 1 سال پیش
package.json cff33ad7d1 清空 1 سال پیش

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