Skip to content

Function: waitFor() ​

waitFor<T>(callback, options?): Promise<T>

Defined in: wait-for.ts:19

Type Parameters ​

T ​

T

Parameters ​

callback ​

() => T | Promise<T>

options? ​

WaitForOptions = {}

Returns ​

Promise<T>

Released under the MIT License.