Documentation for async-wait-until v2.0.27
Preparing search index...
Predicate
Type Alias Predicate<T>
Predicate
:
()
=>
T
|
Promise
<
T
>
Represents a predicate function that evaluates a condition.
Type Parameters
T
extends
PredicateReturnValue
The type of value the predicate returns.
Type declaration
()
:
T
|
Promise
<
T
>
Returns
T
|
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation for async-wait-until v2.0.27
Loading...
Represents a predicate function that evaluates a condition.