UNPKG

@types/fbjs

Version:
7 lines (6 loc) 282 B
declare namespace ErrorUtils { function guard(callback: any, name?: string): any; function applyWithGuard(callback: any, context?: any, args?: any, onError?: any, name?: string): any; } // eslint-disable-next-line @definitelytyped/export-just-namespace export = ErrorUtils;