6 lines
222 B
TypeScript
Executable file
6 lines
222 B
TypeScript
Executable file
export declare function getTerminalLoggingConfig(): false | boolean | {
|
|
depthLimit?: number;
|
|
edgeLimit?: number;
|
|
showSourceLocation?: boolean;
|
|
};
|
|
export declare function getIsTerminalLoggingEnabled(): boolean;
|