Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.17 KB

File metadata and controls

69 lines (52 loc) · 1.17 KB

Modules

Module Description

aliases

Handy TypeScript type aliases for everyday things like arrays, objects, functions, and promises. It also includes special cases like primitive, nullable, nullish, and undefinable types.

assertions

Handy TypeScript type checks for figuring out what a type is. Includes helpers for things like arrays, objects, functions, primitives, and special cases like null, undefined, union types, and more.

conditions

Handy TypeScript conditional types for branching logic in the type system. These helpers let you choose different types based on checks like arrays, objects, functions, primitives, and special cases like null, undefined, unions, and more.

utils

Handy set of TypeScript utility types for transforming and working with other types. Includes helpers for arrays, objects, unions, functions, and common type operations like extracting, excluding, mapping, and parsing.