Module

wait

Wait for some time in a promise style (timer) Reference: https://stackoverflow.com/a/38956190/9428719
Parameters:
Name Type Description
ms The time in milliseconds to wait
resolveValues The value(s) to resolve

View Source async/wait.js, line 12