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