mcopy/cli/lib/delay
..
Readme.md
index.js
index.js.map
package.json

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