吕君喜 406d880ac6 first 3 years ago
..
test 406d880ac6 first 3 years ago
.npmignore 406d880ac6 first 3 years ago
History.md 406d880ac6 first 3 years ago
Makefile 406d880ac6 first 3 years ago
Readme.md 406d880ac6 first 3 years ago
component.json 406d880ac6 first 3 years ago
index.js 406d880ac6 first 3 years ago
package.json 406d880ac6 first 3 years ago

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