UNPKG

@arctics/graceful-executor

Version:

A robust utility for safely executing async functions with centralized error handling and fallback values.

2 lines (1 loc) 88 B
export { SafeExecuteOptions, configureSafeExecute, safeExecute, } from './SafeExecute';