Generic Commit; Most likely a fix or small feature
This commit is contained in:
9
dist/timehelper.d.ts
vendored
Normal file
9
dist/timehelper.d.ts
vendored
Normal 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
|
||||
Reference in New Issue
Block a user