Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-17 23:48:37 +01:00
parent fee4ca327a
commit f016d7a01c
3 changed files with 38 additions and 0 deletions

8
dist/timespan.d.ts vendored Normal file
View File

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