mcopy/cli/lib/delay
mmcwilliams 6442d99817 Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
..
Readme.md Move docs generation to host repo 2019-03-30 17:56:31 -04:00
index.js Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
index.js.map Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
package.json Refactor delay into typescript 2019-03-21 15:02:05 -04:00

Readme.md

delay(ms) ⇒ Promise

Delay in an async/await function

Kind: global function
Returns: Promise - Promise to resolve after timeout

Param Type Description
ms integer Milliseconds to delay for