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

https://github.com/threepointone/inherits

simple inheritance
https://github.com/threepointone/inherits

Last synced: 2 months ago
JSON representation

simple inheritance

Awesome Lists containing this project

README

        

# inherits

simple inheritance

## Installation

$ component install threepointone/inherits

## API
```js
var inherits = require('inherits');

inherits(Child, Parent, instanceProps, staticProps);
```

## Tests (pending)
install dependencies -
```
npm install
```
then
```
npm test
```

## License

MIT