primitives: string, number, boolean
string
number
boolean
any (disable type checking)
any
Array<T> === T[]
Array<T>
T[]
Union Types
interface
Enum
BigInt
Symbol
Cheat sheet
type annotation
type predicate
Narrowing
Object
Function
unknown, never, void
Last updated 3 years ago