mcopy/app/lib/delay
Matthew McWilliams 5026cf869f Arri-S work 2022-10-07 19:47:56 -04:00
..
Readme.md
index.d.ts Arri-S work 2022-10-07 19:47:56 -04:00
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