iJS TypeScript Cheat Sheet

International Javascript Conference

TypeScript Cheat Sheet

In this cheat sheet by Peter Kröner, you will find the basic types and operations on types, type guards and type assertions, function types, built-in utility types, conditional types, recursive type and much more!

Register to the iJS newsletter to receive your TypeScript Cheat Sheet for free:

Table of content

    • Basic types and operations on types

    • Type guards and type assertions

    • Function types

    • Built-in utility types

    • Mapped types

    • Conditional types and recursive types

    • Advanced utilities