lucaconte 7cc26e831d presentations 6 роки тому
..
test 7cc26e831d presentations 6 роки тому
.npmignore 7cc26e831d presentations 6 роки тому
History.md 7cc26e831d presentations 6 роки тому
Makefile 7cc26e831d presentations 6 роки тому
Readme.md 7cc26e831d presentations 6 роки тому
component.json 7cc26e831d presentations 6 роки тому
index.js 7cc26e831d presentations 6 роки тому
package.json 7cc26e831d presentations 6 роки тому

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