Modules & Type Imports#

TypeScript supports ES modules with additional syntax for importing and exporting types. Understanding type-only imports helps with bundle size and clarifies intent when working with external libraries.

Importing and Exporting Types

How to share types across files

Types can be exported and imported like regular values