落日晚风 cff33ad7d1 清空 hace 1 año
..
test cff33ad7d1 清空 hace 1 año
.npmignore cff33ad7d1 清空 hace 1 año
History.md cff33ad7d1 清空 hace 1 año
Makefile cff33ad7d1 清空 hace 1 año
Readme.md cff33ad7d1 清空 hace 1 año
component.json cff33ad7d1 清空 hace 1 año
index.js cff33ad7d1 清空 hace 1 año
package.json cff33ad7d1 清空 hace 1 año

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