debug.d.ts 156 B

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