SaltyCrane Cheat Sheets — Notes on JavaScript and web development

TypeScript Cheat Sheet

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. This is a list of TypeScript types generated from the declaration files in https://github.com/Microsoft/TypeScript/tree/v3.9.5. The script to generate this list is on github. Fixes welcome.

See also my TypeScript React cheat sheet.

TypeScript version: v3.9.5 v3.8.3 v3.7.5 v3.6.4 v3.5.3 v3.4.5 v3.3.4000 v3.2.4 v3.1.6

ES5, ES2015-ES2020, ESNext

DOM

Script Host

Web Worker

Node.js