Type Basics#

TypeScript provides type annotations for all JavaScript primitives plus its own additions like any, unknown, never, and void. Understanding these foundational types is essential for writing correct TypeScript.

Primitive Types

The core built-in types in TypeScript

TypeScript has types for all JavaScript primitives