lucaconte 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
..
test 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
.npmignore 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
History.md 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
Makefile 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
Readme.md 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
component.json 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
index.js 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos
package.json 7cc26e831d presentations %!s(int64=6) %!d(string=hai) anos

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