DFS_Shuo_Chen e2eb47a926 V1.16.9 11 bulan lalu
..
test e2eb47a926 V1.16.9 11 bulan lalu
.npmignore e2eb47a926 V1.16.9 11 bulan lalu
History.md e2eb47a926 V1.16.9 11 bulan lalu
Makefile e2eb47a926 V1.16.9 11 bulan lalu
Readme.md e2eb47a926 V1.16.9 11 bulan lalu
component.json e2eb47a926 V1.16.9 11 bulan lalu
index.js e2eb47a926 V1.16.9 11 bulan lalu
package.json e2eb47a926 V1.16.9 11 bulan lalu

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