initial
This commit is contained in:
11
dist/index.d.ts
vendored
Normal file
11
dist/index.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export declare class SmartDebug {
|
||||
private debugEnabled;
|
||||
/**
|
||||
* enables debugging output
|
||||
*/
|
||||
enableDebugging(): void;
|
||||
/**
|
||||
* logs a message based on the contraints of the SmartDebug instance
|
||||
*/
|
||||
log(logObject: any): void;
|
||||
}
|
||||
Reference in New Issue
Block a user