Skip to content

Repository files navigation

wait - Awaitable Delay

Wait is a promise wrapped setTimeout. That's it. Use it for a nicer delay interface.

Instll this package using NPM.

npm i wait

importwaitfrom'wait';asyncfunctionmyAsyncFunction(){awaitwait(300);// do some stuff here}

You can also use it as a simple sleep for your cli apps:

echo Hi
npx wait 2000 # Will pause execution for 2 seconds.echo Bye

About

Async Awaitables

Resources

Stars

16 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages