Files
novarix.uk/node_modules/next/dist/next-devtools/userspace/app/terminal-logging-config.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
222 B
TypeScript

export declare function getTerminalLoggingConfig(): false | boolean | {
depthLimit?: number;
edgeLimit?: number;
showSourceLocation?: boolean;
};
export declare function getIsTerminalLoggingEnabled(): boolean;