augment-vir - v31.23.2
Preparing search index...
waitValue
Function waitValue
waitValue
<
Value
>
(
duration
:
Readonly
<
AnyDuration
>
,
value
:
Value
)
:
Promise
<
Value
>
An async pause for the given duration that then returns the given
value
.
Type Parameters
Value
Parameters
duration
:
Readonly
<
AnyDuration
>
value
:
Value
Returns
Promise
<
Value
>
Package
@augment-vir/common
See
wait
: plain wait.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
augment-vir - v31.23.2
Loading...
An async pause for the given duration that then returns the given
value
.