Generic Commit; Most likely a fix or small feature
This commit is contained in:
5
dist/logger.d.ts
vendored
Normal file
5
dist/logger.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare function logError(...args: unknown[]): void;
|
||||
export declare function logWarning(...args: unknown[]): void;
|
||||
export declare function logSuccess(...args: unknown[]): void;
|
||||
export declare function logInfo(...args: unknown[]): void;
|
||||
//# sourceMappingURL=logger.d.ts.map
|
||||
Reference in New Issue
Block a user