吕君喜 406d880ac6 first hace 3 años
..
test 406d880ac6 first hace 3 años
.npmignore 406d880ac6 first hace 3 años
History.md 406d880ac6 first hace 3 años
Makefile 406d880ac6 first hace 3 años
Readme.md 406d880ac6 first hace 3 años
component.json 406d880ac6 first hace 3 años
index.js 406d880ac6 first hace 3 años
package.json 406d880ac6 first hace 3 años

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