# @real-system/types-library

> Types library for real system.

Latest version **0.0.6** (published 2022-02-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @real-system/types-library
pnpm add @real-system/types-library
yarn add @real-system/types-library
bun add @real-system/types-library
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2022-02-15 |
| First published | 2022-01-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 50.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Mike Wolf |
| Maintainers | bigwoof91 |
| Keywords | real-system, types |

## Links

- npm: https://www.npmjs.com/package/@real-system/types-library
- Repository: https://github.com/bigwoof91/real-system
- Homepage: https://github.com/bigwoof91/real-system#readme
- Issues: https://github.com/bigwoof91/real-system/issues
- npm.io page: https://npm.io/package/@real-system/types-library

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.0.6 (latest) — 2022-02-15
- 0.0.0-20220130051114 (snapshot) — 2022-01-30
- 0.0.0-next-20220129231735 (next) — 2022-01-30
- 0.0.5 — 2022-02-05
- 0.0.4 — 2022-01-31
- 0.0.0-20220130044606 — 2022-01-30
- 0.0.0-next-20220130005939 — 2022-01-30
- 0.0.0-next-20220130004926 — 2022-01-30
- 0.0.0-next-20220129225534 — 2022-01-29
- 0.0.3 — 2022-01-29
- 0.0.0-next-20220128090736 — 2022-01-28
- 0.0.0-next-20220128085747 — 2022-01-28
- 0.0.0-20220128083632 — 2022-01-28
- 0.0.1 — 2022-01-28
- 0.0.0 — 2022-01-27

## README

<h1 align="center">@real-system/types-library</h1>
<p align="center">Types library for real system.</p>
<p align="center">
<a href="https://www.npmjs.com/package/@real-system/types-library"><img src="https://badgen.net/npm/v/@real-system/types-library?label=&icon=npm&color=blue" alt="npm version" height="18"/></a>
</p>

## Usage

```bash
# install peer dependencies

# npm
$ npm install react react-dom 
# yarn
$ yarn add react react-dom 

# install types

# npm
$ npm install @real-system/types-library
# yarn
$ yarn add @real-system/types-library
```

### Code Example

```javascript
import type { ValueOf } from '@real-system/types-library';

const obj = {
  keyOne: 'one',
  keyTwo: 'two,
}
type Values = ValueOf<typeof obj>;
```

---
_Source: https://npm.io/package/@real-system/types-library · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
