UNPKG

equation-sdk

Version:

🛠 An SDK for building applications on top of Equation.

2 lines (1 loc) • 79 B
export declare function catchFn<T, U>(func: () => T, defaultValue: U): T | U;