DFS_Shuo_Chen e2eb47a926 V1.16.9 4 сар өмнө
..
test e2eb47a926 V1.16.9 4 сар өмнө
.npmignore e2eb47a926 V1.16.9 4 сар өмнө
History.md e2eb47a926 V1.16.9 4 сар өмнө
Makefile e2eb47a926 V1.16.9 4 сар өмнө
Readme.md e2eb47a926 V1.16.9 4 сар өмнө
component.json e2eb47a926 V1.16.9 4 сар өмнө
index.js e2eb47a926 V1.16.9 4 сар өмнө
package.json e2eb47a926 V1.16.9 4 сар өмнө

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