@sylvainka12/resultjs

ResultJS is inspired by [Rust Result](https://doc.rust-lang.org/std/result/) and provides a way to handle success and error states in a more structured and type-safe manner. It includes two main classes, `Ok<T>` and `Err<E>`, as well as a `Result<T, E>` t

0.0.7 • Published 2 years ago