diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index a6c0b719c..e5be3f4a7 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -50,6 +50,7 @@ * [SQL](#sql) * [Tensorflow](#tensorflow) * [Terraform](#terraform) +* [TypeScript](#typescript) * [Unit testing](#unit-testing) * [Webpack](#webpack) @@ -454,6 +455,11 @@ * [Terraform Cheatsheet](https://acloudguru.com/blog/engineering/the-ultimate-terraform-cheatsheet) - Eric Pulsifer (HTML) +### TypeScript + +* [TypeScript Cheat Sheet](https://rmolinamir.github.io/typescript-cheatsheet/) - Robert Molina (HTML) + + ### Unit testing * [Chai CheatSheet](https://devhints.io/chai) - devhints, Rico Santa Cruz (HTML)