Skip to content

TypeScript Hub - Advanced Types and Utilities

PageWhy it belongs hereGuide
Union TypesFundamental composition feature for multiple possible shapes.Open
Intersection TypesCombine several contracts into one type.Open
Mapped TypesType-level transformation over keys.Open
Utility TypesStandard library type helpers for reuse and composition.Open
Template Literal TypesType-level string composition.Open