types/README.md

16 lines
262 B
Markdown
Raw Normal View History

2021-09-26 05:21:51 -07:00
# 📦 SpeedyTuner common TypeScript types
## Installation
Make sure you have registry specified in the `.npmrc` file:
```bash
@speedy-tuner:registry=https://npm.pkg.github.com
```
Proceed with the installation:
```bash
npm i --save @speedy-tuner/types
```