Skip to content
/ wait Public

⏲ A promising wait function

Notifications You must be signed in to change notification settings

omrilotan/wait

Repository files navigation

wait

⏲ A promising wait function

import wait from '@lets/wait';

...
await wait(200);
...

Or as a promise

wait(200).then(...);

About

⏲ A promising wait function

Resources

Code of conduct

Stars

Watchers

Forks