v1.0.0
v1.0.0 - Initial Release π
A powerful and fluent Result type implementation for TypeScript, providing a clean way to handle success and failure states.
Features
- π― Type-safe Result handling with
Result<T>
andResultAsync<T>
- π Chainable fluent API with
map
,bind
, andtap
operations - β‘ Async support with built-in timeout and retry functionality
- π‘οΈ Comprehensive error handling with detailed error context
- π¦ Zero dependencies