update
This commit is contained in:
6
dist/index.d.ts
vendored
6
dist/index.d.ts
vendored
@@ -1,13 +1,9 @@
|
||||
export declare class SmartDebug {
|
||||
debugLogFunction: any;
|
||||
private debugEnabled;
|
||||
/**
|
||||
* enables debugging output
|
||||
*/
|
||||
enableDebugging(debugLogFunction?: {
|
||||
(message?: any, ...optionalParams: any[]): void;
|
||||
(message?: any, ...optionalParams: any[]): void;
|
||||
}): void;
|
||||
enableDebugging(): void;
|
||||
/**
|
||||
* logs a message based on the contraints of the SmartDebug instance
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user