An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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/)
[![npm version](https://img.shields.io/npm/v/@glideapps/ts-necessities.svg)](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
```