初始化
This commit is contained in:
9
typings/appium-xcuitest-driver/build/lib/server.d.ts
vendored
Normal file
9
typings/appium-xcuitest-driver/build/lib/server.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Server as HttpServer } from 'http';
|
||||
|
||||
import { XCUITestDriver } from './driver';
|
||||
|
||||
export class Server extends HttpServer {
|
||||
public driver: XCUITestDriver;
|
||||
}
|
||||
|
||||
export function startServer(port: string | number, address?: string): Server;
|
||||
Reference in New Issue
Block a user