初始化

This commit is contained in:
2025-07-30 13:39:32 +08:00
commit d1f2452b28
253 changed files with 32087 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export class Duration {}
export class Timer {
get startTime(): number;
public start(): Timer;
getDuration(): Duration;
}
export default Timer;

5
typings/appium-support/index.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import * as timing from './build/lib/timing';
export { timing };
// export default { Timer };