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