typescript cheatsheet (#9175)

This commit is contained in:
juno
2022-11-01 16:56:15 -07:00
committed by GitHub
parent 2b134bf9c6
commit 8b5bde1413

View File

@@ -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)