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

9
dist/timehelper.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
export declare class TimeSpan {
private start;
private end;
constructor(timeSpanStr: string);
private parseTime;
contains(timestamp?: number): boolean;
}
export declare function secondsToReadable(secs: number, roundToMinutes?: boolean): string;
//# sourceMappingURL=timehelper.d.ts.map