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

https://github.com/m-thompson-code/advanced-typescript-workshop


https://github.com/m-thompson-code/advanced-typescript-workshop

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Advanced TypeScript Workshop

```bash
npm install
```

There are exercises with various complexities found in `src/exercises`.

To complete each exercise, there should be no type errors left in the file. To double check if you've solved the exercise, you can find the solution in `src/solutions`.