5 lines
213 B
TypeScript
5 lines
213 B
TypeScript
|
import type DevToolsDriver from '../devtoolsdriver';
|
||
|
export default function switchToWindow(this: DevToolsDriver, { handle }: {
|
||
|
handle: string;
|
||
|
}): Promise<string>;
|
||
|
//# sourceMappingURL=switchToWindow.d.ts.map
|