🌲
🌲 Tree-shakable
Only include what you use. Lightweight and optimized for modern bundlers.
Say goodbye to throw, embrace type-safe results
Only include what you use. Lightweight and optimized for modern bundlers.
No classes or complex inheritance hierarchies. Just plain objects that are easy to understand and debug.
Works seamlessly with both Result<T, E> and Promise<Result<T, E>>.
Result-centric utilities without unnecessary aliases or confusing variants.
Powerful pipe function and chainable operations like andThen, andThrough for clean data flow.
All functions are type-tested. You won't be troubled by type errors.