# @vangware/types

> 🏷️ Vangware shared types

Latest version **6.3.7** (published 2023-10-19) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @vangware/types
pnpm add @vangware/types
yarn add @vangware/types
bun add @vangware/types
```

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 6.3.7 |
| Published | 2023-10-19 |
| First published | 2021-06-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=21 |
| Dependencies | 0 |
| Unpacked size | 319 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Vangware |
| Maintainers | lukeshiru |
| Keywords | fp, functional, helpers, types, typescript, vangware |

## Links

- npm: https://www.npmjs.com/package/@vangware/types
- Repository: https://github.com/vangware/libraries
- Homepage: https://vangware.com/libraries/vangware_types/
- Issues: https://github.com/vangware/libraries/issues
- npm.io page: https://npm.io/package/@vangware/types

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

- 6.3.7 (latest) — 2023-10-19
- 6.3.6 — 2023-10-18
- 6.3.5 — 2023-10-11
- 6.3.4 — 2023-10-07
- 6.3.3 — 2023-10-05
- 6.3.2 — 2023-10-03
- 6.3.0 — 2023-09-25
- 6.2.10 — 2023-09-21
- 6.2.9 — 2023-09-14
- 6.2.8 — 2023-09-14
- 6.2.7 — 2023-09-14
- 6.2.6 — 2023-09-13
- 6.2.5 — 2023-09-12
- 6.2.4 — 2023-09-08
- 6.2.3 — 2023-09-07
- … 136 more at https://npm.io/package/@vangware/types/versions

## README

<img id="logo" alt="@vangware/types" src="https://vangware.com/logos/vangware_types.svg" height="128" />

![License][license-badge] ![NPM Version][npm-version-badge]
![Open Issues][open-issues-badge] ![Size][size-badge]

🏷️ Collection of [TypeScript][typescript] types shared across
[Vangware][vangware] projects.

## Usage

### 📦 Node

Install `@vangware/types` as a dependency:

```bash
pnpm add @vangware/types
# or
npm install @vangware/types
# or
yarn add @vangware/types
```

Import as type and use it:

```typescript
import type { Unary } from "@vangware/types";
```

### 🦕 Deno

Import `@vangware/types` using the `npm:` prefix, and use it directly:

```typescript
import type { Unary } from "npm:@vangware/types";
```

## Useful links

-   📝 [Documentation][documentation]: TypeDoc generated documentation.
-   ⏳ [Changelog][changelog]: List of changes between versions.

<!-- Reference -->

[changelog]:
	https://github.com/vangware/libraries/blob/main/packages/@vangware/types/CHANGELOG.md
[documentation]: https://vangware.com/libraries/vangware_types/
[license-badge]:
	https://img.shields.io/npm/l/@vangware/types.svg?labelColor=666&color=0a8
[npm-version-badge]:
	https://img.shields.io/npm/v/@vangware/types.svg?labelColor=666&color=0a8
[open-issues-badge]:
	https://img.shields.io/github/issues/vangware/libraries.svg?labelColor=666&color=0a8
[size-badge]:
	https://img.shields.io/badge/dynamic/json?label=size&labelColor=666&color=0a8&suffix=KiB&query=%24.size&url=https%3A%2F%2Fraw.githubusercontent.com%2Fvangware%2Flibraries%2Fmain%2Fpackages%2F%40vangware%2Ftypes%2Fpackage.json
[typescript]: https://www.typescriptlang.org/
[vangware]: https://vangware.com

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