# @glideapps/ts-necessities

> Small utilities to make life with TypeScript easier

Latest version **2.4.0** (published 2025-03-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @glideapps/ts-necessities
pnpm add @glideapps/ts-necessities
yarn add @glideapps/ts-necessities
bun add @glideapps/ts-necessities
```

## Health

**Score 40/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.4.0 |
| Published | 2025-03-31 |
| First published | 2021-01-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 24.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Glide |
| Maintainers | jassmith87, sr-glide, bryhasanpm, mark.probst, dvdsgl, djp_glide, jeremy_at_glide, gurmen-glide, mitul-glide, lmarburger, alex-corrado-at-glide, timwellswa, ebinabo, christian.giordano.glide, benipsen, edgarlr-glide, maurimura7, ivoelbert, marcel-at-glide, tristanlabbe, rdaigle, simonfl3tch3r, rafmonteiro, alvaroatglide, merisio, bradlet, inferrinizzard, shayfrendt, tdreyno91, atc-service |
| Keywords | typescript |

## Links

- npm: https://www.npmjs.com/package/@glideapps/ts-necessities
- Repository: https://github.com/glideapps/ts-necessities
- Homepage: https://github.com/glideapps/ts-necessities#readme
- Issues: https://github.com/glideapps/ts-necessities/issues
- npm.io page: https://npm.io/package/@glideapps/ts-necessities

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

- 2.4.0 (latest) — 2025-03-31
- 2.3.2 — 2024-09-12
- 2.3.1 — 2024-09-12
- 2.3.0 — 2024-06-14
- 2.2.4 — 2024-05-03
- 2.2.3 — 2024-04-13
- 2.2.2 — 2024-04-12
- 2.2.1 — 2024-04-12
- 2.2.0 — 2024-04-10
- 2.1.3 — 2023-05-17
- 2.1.2 — 2022-05-03
- 2.1.1 — 2021-07-28
- 2.0.4 — 2021-07-28
- 2.1.0 — 2021-05-15
- 2.0.3 — 2021-03-18
- … 6 more at https://npm.io/package/@glideapps/ts-necessities/versions

## README

# TS Necessities

[![CI](https://github.com/glideapps/ts-necessities/actions/workflows/ci.yml/badge.svg)](https://github.com/glideapps/ts-necessities/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/badge/docs-TypeDoc-blue)](https://glideapps.github.io/ts-necessities/)

These are some very basic functions and classes that we use at [Glide](https://glideapps.com/) to make coding with TypeScript easier and safer.

[📚 API Documentation](https://glideapps.github.io/ts-necessities/)

## Installation

To add the package to your own project:

```shell
$ npm install @glideapps/ts-necessities
```

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