lingjing/node_modules/next/dist/next-devtools/userspace/app/terminal-logging-config.d.ts
2026-02-23 09:51:43 +00:00

7 lines
222 B
TypeScript

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