Skip to content

Instantly share code, notes, and snippets.

@celsowhite
Last active December 21, 2022 20:30
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 celsowhite/df7a0ef715d374f2cbfc96b6b77e61f0 to your computer and use it in GitHub Desktop.
Save celsowhite/df7a0ef715d374f2cbfc96b6b77e61f0 to your computer and use it in GitHub Desktop.
const delay = (ms) => new Promise((r) => setTimeout(r, ms));
export default delay;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment