rdesign/frontend/node_modules/next/dist/next-devtools/userspace/app/terminal-logging-config.d.ts

7 lines
222 B
TypeScript

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