8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
export declare class TimeSpan {
|
|
private start;
|
|
private end;
|
|
constructor(timeSpanStr: string);
|
|
private parseTime;
|
|
contains(timestamp?: number): boolean;
|
|
}
|
|
//# sourceMappingURL=timespan.d.ts.map
|