OliverBrotchie / optionals

Rust-like error handling and options for TypeScript and Deno!
MIT License
178 stars 8 forks source link

refactor: ✨ Reimplemented Optionals to be closer to Rust's Implementation and easier to use in TS #4

Closed OliverBrotchie closed 2 years ago

OliverBrotchie commented 2 years ago

Optionals 2.0.0 reimplementation changes Result and Option into simple but expressive classes.