Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit há 3 anos
..
test First Commit há 3 anos
.npmignore First Commit há 3 anos
History.md First Commit há 3 anos
Makefile First Commit há 3 anos
Readme.md First Commit há 3 anos
component.json First Commit há 3 anos
index.js First Commit há 3 anos
package.json First Commit há 3 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