Dev Cheatsheets
HomeCheatsheetsAbout
📝 Edit on GitHub

Resources

Cheatsheets / TypeScript / 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="..." />

Dev Cheatsheets

    • MichaelCurrin

    A collection of code snippets and CLI guides for quick and easy reference while coding