GitHub
Preparing search index...
The search index is not available
@oliversalzburg/js-utils - v0.2.2
@oliversalzburg/js-utils
async/async
sleep
Function sleep
Wait a given period before continuing execution.
sleep
(
duration
:
number
)
:
Promise
<
void
>
Parameters
duration
:
number
How many milliseconds to wait.
Returns
Promise
<
void
>
Nothing
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@oliversalzburg/js-utils - v0.2.2
Loading...
Wait a given period before continuing execution.