Erster Commit

This commit is contained in:
zed
2026-03-13 09:53:40 +01:00
commit 5ebcad02ed
3945 changed files with 974582 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export declare const MINUTES_IN_MILLISECONDS: number;
export declare const TIMEOUT_IN_MILLISECONDS: number;
export declare function resetMSVSVersion(): void;
export declare function resetTestModule(testModulePath: string, installModules?: boolean): Promise<void>;
export declare function cleanupTestModule(testModulePath: string): Promise<void>;