NITISHRG15102007's picture
Finalize submission checks and long inference output format
fea495a verified
Raw
History Blame Contribute Delete
222 Bytes
export declare function getTerminalLoggingConfig(): false | boolean | {
depthLimit?: number;
edgeLimit?: number;
showSourceLocation?: boolean;
};
export declare function getIsTerminalLoggingEnabled(): boolean;