1.0.0 • Published 5 years ago
@ixl/result v1.0.0
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
1.0.0
5 years ago