.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export declare function getTerminalLoggingConfig(): false | boolean | {
|
||||
depthLimit?: number;
|
||||
edgeLimit?: number;
|
||||
showSourceLocation?: boolean;
|
||||
};
|
||||
export declare function getIsTerminalLoggingEnabled(): boolean;
|
||||
Reference in New Issue
Block a user