Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-17 23:35:09 +01:00
parent 89355bab8b
commit e8161935b1
15 changed files with 477 additions and 5 deletions

3
dist/utility.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
export declare function secondsToReadable(secs: number, roundToMinutes?: boolean): string;
export declare function printNetworkError(error: unknown): void;
//# sourceMappingURL=utility.d.ts.map