TypeScript implementation of the Result
type from Rust
with a full-fledged
interface to work with async primitives.
npm install resulto
- Result
- AsyncResult
- ok
- okAsync
- err
- errAsync
- fromPromise
- fromSafePromise
- fromThrowable
- combine
- combineAsync
👉 Also check out repository root for more info.