NeahNew/node_modules/next/dist/client/components/globals/intercept-console-error.d.ts
2025-05-03 14:17:46 +02:00

6 lines
178 B
TypeScript

export declare const originConsoleError: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};
export declare function patchConsoleError(): void;