Add sleep functions: sleep(), msleep(), usleep()
npm install usleepsleep takes a number of seconds and the process will sleep for the given amount of time.
msleep takes a number of milliseconds and the process will sleep for the given amount of time.
usleep takes a number of microseconds and the process will sleep for the given amount of time.
shell
npm install --save usleep
``