UNPKG

next

Version:

The React Framework

6 lines (5 loc) 193 B
export declare function formatConsoleArgs(args: unknown[]): string; export declare function parseConsoleArgs(args: unknown[]): { environmentName: string | null; error: Error | null; };