吕君喜 406d880ac6 first há 3 anos atrás
..
test 406d880ac6 first há 3 anos atrás
.npmignore 406d880ac6 first há 3 anos atrás
History.md 406d880ac6 first há 3 anos atrás
Makefile 406d880ac6 first há 3 anos atrás
Readme.md 406d880ac6 first há 3 anos atrás
component.json 406d880ac6 first há 3 anos atrás
index.js 406d880ac6 first há 3 anos atrás
package.json 406d880ac6 first há 3 anos atrás

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