papercats/node_modules/component-inherit
2017-02-24 00:49:41 -06:00
..
test Add socket.io 2017-02-24 00:49:41 -06:00
.npmignore Add socket.io 2017-02-24 00:49:41 -06:00
component.json Add socket.io 2017-02-24 00:49:41 -06:00
History.md Add socket.io 2017-02-24 00:49:41 -06:00
index.js Add socket.io 2017-02-24 00:49:41 -06:00
Makefile Add socket.io 2017-02-24 00:49:41 -06:00
package.json Add socket.io 2017-02-24 00:49:41 -06:00
Readme.md Add socket.io 2017-02-24 00:49:41 -06:00

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);

License

MIT