吕君喜 406d880ac6 first пре 3 година
..
test 406d880ac6 first пре 3 година
.npmignore 406d880ac6 first пре 3 година
History.md 406d880ac6 first пре 3 година
Makefile 406d880ac6 first пре 3 година
Readme.md 406d880ac6 first пре 3 година
component.json 406d880ac6 first пре 3 година
index.js 406d880ac6 first пре 3 година
package.json 406d880ac6 first пре 3 година

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