Skip to content

Instantly share code, notes, and snippets.

@tfiechowski
Created January 9, 2021 00:18
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 tfiechowski/f6dc7322afc79fd92cbd6cdda8c78a28 to your computer and use it in GitHub Desktop.
Save tfiechowski/f6dc7322afc79fd92cbd6cdda8c78a28 to your computer and use it in GitHub Desktop.
export function wait({ miliseconds }) {
return new Promise((resolve) => setTimeout(resolve, miliseconds));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment