📝 Edit on GitHub
Resources
- TypeScript Cheatsheet on DevHints.
- My TypeScript guide.
- TS docs
- Basic types
- Interfaces - type checking based on the shape of the data.
- Enums
- Advanced types - including type guards, nullable types, conditional types.
- Triple-slash directive -
/// <reference path="..." />