吕君喜 406d880ac6 first il y a 3 ans
..
test 406d880ac6 first il y a 3 ans
.npmignore 406d880ac6 first il y a 3 ans
History.md 406d880ac6 first il y a 3 ans
Makefile 406d880ac6 first il y a 3 ans
Readme.md 406d880ac6 first il y a 3 ans
component.json 406d880ac6 first il y a 3 ans
index.js 406d880ac6 first il y a 3 ans
package.json 406d880ac6 first il y a 3 ans

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