/opt/canhelp/node_modules/next/dist/next-devtools/userspace/app/errors
Edit: /opt/canhelp/node_modules/next/dist/next-devtools/userspace/app/errors/use-error-handler.d.ts (394B)
type ErrorHandler = (error: Error) => void;
export declare function handleConsoleError(originError: unknown, consoleErrorArgs: any[]): void;
export declare function handleClientError(error: Error): void;
export declare function useErrorHandler(handleOnUnhandledError: ErrorHandler, handleOnUnhandledRejection: ErrorHandler): void;
export declare function handleGlobalErrors(): void;
export {};