deepsea ca9f471156 first commit 1 năm trước cách đây
..
test ca9f471156 first commit 1 năm trước cách đây
.npmignore ca9f471156 first commit 1 năm trước cách đây
History.md ca9f471156 first commit 1 năm trước cách đây
Makefile ca9f471156 first commit 1 năm trước cách đây
Readme.md ca9f471156 first commit 1 năm trước cách đây
component.json ca9f471156 first commit 1 năm trước cách đây
index.js ca9f471156 first commit 1 năm trước cách đây
package.json ca9f471156 first commit 1 năm trước cách đây

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