Initial commit
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export declare const QTS_DEBUG: boolean;
|
||||
export declare let debugLog: {
|
||||
(...data: any[]): void;
|
||||
(message?: any, ...optionalParams: any[]): void;
|
||||
};
|
||||
Reference in New Issue
Block a user