@ixl/result
v1.0.0
Published
A result type for typescript and javascript
Downloads
2
Readme
Result
A Result
type for typescript
What?
A Result
type is a type holding a returned value or an error code. They provide
an elegant way of handling errors, without resorting to exception handling.
Read more on wikipedia
Why?
Typescript does not have a native Result
type
Features:
- fully documented, documentation is hosted using github pages
- fully tested / 100% code coverage
- has rust Result api