初始化
This commit is contained in:
9
typings/appium-support/build/lib/timing.d.ts
vendored
Normal file
9
typings/appium-support/build/lib/timing.d.ts
vendored
Normal 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
5
typings/appium-support/index.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as timing from './build/lib/timing';
|
||||
|
||||
export { timing };
|
||||
|
||||
// export default { Timer };
|
||||
Reference in New Issue
Block a user