Skip to content

Instantly share code, notes, and snippets.

@snahor
Created February 15, 2016 23: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 snahor/d6aa0de224a2d6373fc7 to your computer and use it in GitHub Desktop.
Save snahor/d6aa0de224a2d6373fc7 to your computer and use it in GitHub Desktop.
const sleep = async (n) => await (new Promise(r => setTimeout(r, n)));
export default sleep;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment