UNPKG

@lesnoypudge/utils

Version:

lesnoypudge's utils

5 lines (4 loc) 155 B
/** * Catches errors in provided function. */ export declare const catchError: <_Value>(fn: () => _Value) => ([_Value, undefined] | [undefined, Error]);