Preparing search index...
The search index is not available
augment-vir - v30.5.1
augment-vir
waitValue
Function waitValue
wait
Value
<
Value
>
(
duration
,
value
)
:
Promise
<
Value
>
An async pause for the given duration that then returns the given
value
.
Type Parameters
Value
Parameters
duration
:
Readonly
<
Partial
<
Record
<
DurationUnit
,
undefined
|
number
>
>
>
value
:
Value
Returns
Promise
<
Value
>
Package
@augment-vir/common
See
wait
: plain wait.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
augment-vir - v30.5.1
Loading...
An async pause for the given duration that then returns the given
value
.