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