@ipcom/try-state
Utility function for error handling in TypeScript
Utility function for error handling in TypeScript
A set of helper functions for performing operations safely, preventing runtime errors from disrupting your application.
An alternative library for try-catch blocks, helps reduce the code and make it cleaner and more readable using anonymous functions.
Go-style error handling with try-catch wrapper
A TypeScript utility for elegant error handling with Result types
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.
If a function does not throw, return the function return value; otherwise, return the return value of a second function.
If a function does not throw, return the function return value; otherwise, return `y`.
Functional try-catch wrapper
Easy type-safe error handling without try-catch
Functional try-catch wrapper.
🐊Putout plugin adds ability to apply try-catch
putout plugin adds ability apply try-catch
A simple error base class for TypeScript
A utility package for handling try-catch blocks in TypeScript.
Rust-like Result and ResultAsync for Javascript