DFS_Shuo_Chen e2eb47a926 V1.16.9 11 months ago
..
test e2eb47a926 V1.16.9 11 months ago
.npmignore e2eb47a926 V1.16.9 11 months ago
History.md e2eb47a926 V1.16.9 11 months ago
Makefile e2eb47a926 V1.16.9 11 months ago
Readme.md e2eb47a926 V1.16.9 11 months ago
component.json e2eb47a926 V1.16.9 11 months ago
index.js e2eb47a926 V1.16.9 11 months ago
package.json e2eb47a926 V1.16.9 11 months 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