# component-inherit

> Prototype inheritance utility

Latest version **0.0.3** (published 2014-02-12) · 0 weekly downloads

## Install

```sh
npm install component-inherit
pnpm add component-inherit
yarn add component-inherit
bun add component-inherit
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2014-02-12 |
| First published | 2014-02-12 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Maintainers | coreh |
| Keywords | inherit, utility |

## Links

- npm: https://www.npmjs.com/package/component-inherit
- Repository: https://github.com/component/inherit
- Issues: https://github.com/component/inherit/issues
- npm.io page: https://npm.io/package/component-inherit

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.0.3 (latest) — 2014-02-12

## 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

---
_Source: https://npm.io/package/component-inherit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
