wilddragon-site/node_modules/next/dist/next-devtools/userspace/app/terminal-logging-config.d.ts

7 lines
222 B
TypeScript
Raw Normal View History

2026-04-17 15:51:01 -04:00
export declare function getTerminalLoggingConfig(): false | boolean | {
depthLimit?: number;
edgeLimit?: number;
showSourceLocation?: boolean;
};
export declare function getIsTerminalLoggingEnabled(): boolean;