UNPKG

@mtdt.temp/browser-core

Version:
2 lines (1 loc) 142 B
export declare function catchUserErrors<Args extends any[], R>(fn: (...args: Args) => R, errorMsg: string): (...args: Args) => R | undefined;