huanggang 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
..
test 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
.npmignore 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
History.md 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
Makefile 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
Readme.md 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
component.json 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
index.js 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos
package.json 03a863fb53 add node_modules %!s(int64=7) %!d(string=hai) anos

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