UNPKG

@zyf2e/mitojs

Version:

A SDK for monitoring browser errors

3 lines (2 loc) 137 B
import { voidFun } from '../common/constant'; export declare function nativeTryCatch(fn: voidFun, errorFn?: (err: any) => void): void;