落日晚风 cff33ad7d1 清空 1 éve
..
test cff33ad7d1 清空 1 éve
.npmignore cff33ad7d1 清空 1 éve
History.md cff33ad7d1 清空 1 éve
Makefile cff33ad7d1 清空 1 éve
Readme.md cff33ad7d1 清空 1 éve
component.json cff33ad7d1 清空 1 éve
index.js cff33ad7d1 清空 1 éve
package.json cff33ad7d1 清空 1 éve

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