3 lines
208 B
TypeScript
3 lines
208 B
TypeScript
|
|
import type { ThrottleOptions } from '../../types.js';
|
||
|
|
export declare function throttleNetwork(this: WebdriverIO.Browser, params: ThrottleOptions): Promise<void>;
|
||
|
|
//# sourceMappingURL=throttleNetwork.d.ts.map
|