https://github.com/glideapps/ts-necessities
Small utilities to make life with TypeScript easier
https://github.com/glideapps/ts-necessities
Last synced: 6 months ago
JSON representation
Small utilities to make life with TypeScript easier
- Host: GitHub
- URL: https://github.com/glideapps/ts-necessities
- Owner: glideapps
- License: mit
- Created: 2021-01-19T01:14:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T12:07:07.000Z (10 months ago)
- Last Synced: 2025-06-01T20:02:21.294Z (7 months ago)
- Language: TypeScript
- Size: 180 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TS Necessities
[](https://github.com/glideapps/ts-necessities/actions/workflows/ci.yml)
[](https://glideapps.github.io/ts-necessities/)
[](https://www.npmjs.com/package/@glideapps/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
```