6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
export declare const QTS_DEBUG: boolean;
|
|
export declare let debugLog: {
|
|
(...data: any[]): void;
|
|
(message?: any, ...optionalParams: any[]): void;
|
|
};
|