initial commit
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
export const sleep = (seconds) => {
|
||||
return new Promise((resolve) => setTimeout(resolve, seconds * 1000));
|
||||
};
|
||||
Reference in New Issue
Block a user