forgot build

This commit is contained in:
Darius
2026-02-08 10:16:38 +01:00
parent c1c5a41aa5
commit 850eb74210
3 changed files with 18 additions and 12 deletions

View File

@@ -11,5 +11,6 @@ export interface TimeBetween {
toReadable: (roundToMinutes?: boolean) => string;
}
export declare function calculateSecondsBetween(start: number, end: number): TimeBetween;
export declare function secondsToReadable(secs: number, roundToMinutes?: boolean): string;
export declare function formatSecondsToDHMS(secs: number, roundToMinutes?: boolean): string;
export declare function formatSecondsToMS(s: number): string;
//# sourceMappingURL=timehelper.d.ts.map