An open API service indexing awesome lists of open source software.

https://github.com/component/inherit

https://github.com/component/inherits
https://github.com/component/inherit

Last synced: 8 months ago
JSON representation

https://github.com/component/inherits

Awesome Lists containing this project

README

          

# inherit

Prototype inheritance utility.

## Installation

```
$ component install component/inherit
```

## Example

```js
var inherit = require('inherit');

function Human() {}
function Woman() {}

inherit(Woman, Human);
```

## License

MIT