DFS_Shuo_Chen e2eb47a926 V1.16.9 há 4 meses atrás
..
test e2eb47a926 V1.16.9 há 4 meses atrás
.npmignore e2eb47a926 V1.16.9 há 4 meses atrás
History.md e2eb47a926 V1.16.9 há 4 meses atrás
Makefile e2eb47a926 V1.16.9 há 4 meses atrás
Readme.md e2eb47a926 V1.16.9 há 4 meses atrás
component.json e2eb47a926 V1.16.9 há 4 meses atrás
index.js e2eb47a926 V1.16.9 há 4 meses atrás
package.json e2eb47a926 V1.16.9 há 4 meses atrás

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