Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-18 01:03:24 +01:00
parent 5afb0e243d
commit 32c21f82eb
7 changed files with 37 additions and 2 deletions

View File

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