Skip to content

ianstormtaylor/inherit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inherit

Prototype inheritance utility.

Installation

$ component install component/inherit

Example

var inherit = require('inherit');

function Animal() {}
function Pet() {}

inherit(Pet, Animal);

License

MIT

About

Prototype inheritance component

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%