1.0.0 • Published 4 years ago

@ixl/result v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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: