try-catch-logger
A utility package for your repetitive try catch with a proper standard logging format with both async and normal function compatible.
A utility package for your repetitive try catch with a proper standard logging format with both async and normal function compatible.
Better error handling in JavaScript
Go-like error handling for try/catch blocks
一个将try-catch包装成函数的库
nv-cli-try-catch =============== - nv-cli-try-catch - cli tool, generate many nested-try-catch blocks
Rust-like Result for Javascript
Safe and structured error handling for JavaScript.
A simple utility to handle async errors without try-catch blocks in Node.js.
Error Safe Assignment alternative for JS/TS, a simple way to remove try/catch hell
一个webpack loader,为异步操作自动添加try-catch语句
Golang style error handling for Functions, Promises and Thenables.
Minimalist, strongly-typed result pattern for TypeScript
Executing async function with simple error handling. Returns object with data and error.
Improve how you do Javascript errors
Utility function for error handling in TypeScript
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.