Skip to main content

Basic Types

Special Types

0:00
LearnStep 1/2

Special Types

Special Types in TypeScript

any - Escape Hatch

typescript

unknown - Type-Safe Any

typescript

void - No Return Value

typescript

never - Never Returns

typescript

null and undefined

typescript
Special Types | TypeScript Basics | Mathematicon