resul-ts
TypeScript Result type inspired by Rust's Result and Haskell's Either.
TypeScript Result type inspired by Rust's Result and Haskell's Either.
Result is a type that represents either success (Ok) or failure (Err)
values are either successful or failed
normalize an object/array where some values may be wrapped in Results
Package for type-safe error handling without exception
Generate result with link for redirect and send to client
Container to keep data for response
Error handling
A strongly-typed, functional toolbelt for TypeScript and JavaScript
Run an arbitrary transform over a functions result if there is no error
An Option type for Flow, inspired by Rust.

parse noradle sql resultsets to javascript object or JSON text
Top level curried functions for console output on success or error
http response result
Consume command result.
Asynchronous Result Gathering
Graceful error handling. Because core `domain` module is deprecated. This share almost the same API.
Utility function for getting a named property from an object. If the named property is a function invoke it with the object as context and return the result, otherwise return the property.