https://github.com/threepointone/inherits
simple inheritance
https://github.com/threepointone/inherits
Last synced: 2 months ago
JSON representation
simple inheritance
- Host: GitHub
- URL: https://github.com/threepointone/inherits
- Owner: threepointone
- Created: 2013-01-16T15:14:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-21T15:58:17.000Z (over 12 years ago)
- Last Synced: 2025-01-25T08:11:38.057Z (4 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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