Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 388 Bytes

Safer TypeScript With Generics And Linting

Here is the example code I used to write this article.

If you want to play around with it (if it still works!), you'll need Node.JS 10 or greater.

Installation

npm install

Validation

To check that the examples are valid, run:

npm test