typescript-result-option
v0.3.0
Published
Implementation of Rust's Result and Option in TypeScript.
Downloads
4
Maintainers
Readme
Rust's Result
and Option
, now in TypeScript!
Rust has great error handling. JavaScript does not. This library provides a TypeScript implementation of Rust's Result
and Option
types to change that.