Skip to content

Commit

Permalink
Add missing file from PR #196.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Jun 25, 2019
1 parent 197f508 commit 7e9d3d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/utils.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const sleep = (ms = 0) =>
new Promise(resolve => setTimeout(resolve, ms));

0 comments on commit 7e9d3d9

Please sign in to comment.