JS Task API Reference
Module: utils
Table of contents
Variables
Functions
Variables
isBrowser
• Const
isBrowser: boolean
Defined in
isNode
• Const
isNode: boolean
Defined in
Functions
sleep
▸ sleep(time
, inMs?
): Promise
<void
>
Parameters
Name | Type | Default value |
---|---|---|
time | number | undefined |
inMs | boolean | false |
Returns
Promise
<void
>
Defined in
Was this helpful?