@uni-ts/result
v0.1.0
Published
Utils for type-safe error handling in TypeScript.
Downloads
566
Maintainers
Readme
@uni-ts/result
Type-safe error handling
The @uni-ts/result package will help you handle errors in a more predictable way. Instead of throwing exceptions that can be missed or forgotten, Result types make error handling explicit and visible in your function signatures.
To learn more about this package, see the Documentation.
