Skip to content

Instantly share code, notes, and snippets.

@ilyahuman
Last active October 25, 2023 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyahuman/73387f98a7fc06fbd5439a2c6f8edf45 to your computer and use it in GitHub Desktop.
Save ilyahuman/73387f98a7fc06fbd5439a2c6f8edf45 to your computer and use it in GitHub Desktop.
const sleep = ms => new Promise(resolve => setTimeout(resolve, ms))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment