Types
Comprehensive collection of TypeScript types to accelerate your development workflow.
Types Included
toolbox-x includes not only functional utilities but also a growing collection of type-level utilities designed to enhance type safety and developer ergonomics. These types are available through package subpaths: 'toolbox-x/types' and/or 'toolbox-x/types/[some-path]'. stylog module also exports some types: 'toolbox-x/stylog'.
Import
All types can be imported using this pattern:
import type { SomeType } from 'toolbox-x/types';
// Or
import type { SomeType } from 'toolbox-x/types/some-path';1. Utility Types
Type helpers for advanced type manipulation and new type creation:
- Type transformations
- Conditional types
- Create new types
2. Common Types
Ready-to-use types for common patterns:
- Well-named, reusable aliases for primitive
- Date/time and other types for quick use
Last updated: Mon, Jun 15, 2026 06:09:51AM (UTC)
