File size: 156 Bytes
c2b7eb3
 
 
 
 
1
2
3
4
5
6
export declare const QTS_DEBUG: boolean;
export declare let debugLog: {
    (...data: any[]): void;
    (message?: any, ...optionalParams: any[]): void;
};