Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-17 23:52:37 +01:00
parent 7beb867bd5
commit a80e4ec00d
9 changed files with 74 additions and 7 deletions

1
dist/logger.d.ts vendored
View File

@@ -2,4 +2,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;
export declare function printNetworkError(error: unknown): void;
//# sourceMappingURL=logger.d.ts.map