From 8b5bde141386afc6b8e236fe1cd77e48de8ecacb Mon Sep 17 00:00:00 2001 From: juno <96228127+minty-E@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:56:15 -0700 Subject: [PATCH] typescript cheatsheet (#9175) --- more/free-programming-cheatsheets.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)