Vinícius Ernani de Carvalho 6c4544a079 Create the backend преди 5 години
..
test 6c4544a079 Create the backend преди 5 години
.npmignore 6c4544a079 Create the backend преди 5 години
History.md 6c4544a079 Create the backend преди 5 години
Makefile 6c4544a079 Create the backend преди 5 години
Readme.md 6c4544a079 Create the backend преди 5 години
component.json 6c4544a079 Create the backend преди 5 години
index.js 6c4544a079 Create the backend преди 5 години
package.json 6c4544a079 Create the backend преди 5 години

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