落日晚风 cff33ad7d1 清空 il y a 1 an
..
test cff33ad7d1 清空 il y a 1 an
.npmignore cff33ad7d1 清空 il y a 1 an
History.md cff33ad7d1 清空 il y a 1 an
Makefile cff33ad7d1 清空 il y a 1 an
Readme.md cff33ad7d1 清空 il y a 1 an
component.json cff33ad7d1 清空 il y a 1 an
index.js cff33ad7d1 清空 il y a 1 an
package.json cff33ad7d1 清空 il y a 1 an

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