Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Created December 7, 2020 08:22
Show Gist options
  • Save jupegarnica/d957e100a80f7cdcf54d5c4dd5836b79 to your computer and use it in GitHub Desktop.
Save jupegarnica/d957e100a80f7cdcf54d5c4dd5836b79 to your computer and use it in GitHub Desktop.
export const wait = (delay: number) =>
new Promise((res) => setTimeout(res, delay));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment