tree: dfa6c7571f2369cbc16fe5fe13a0c7b24345c5fe [path history] [tgz]
  1. .npmignore
  2. component.json
  3. History.md
  4. index.js
  5. Makefile
  6. package.json
  7. Readme.md
node_modules/component-inherit/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