睡觉
This commit is contained in:
1
client/utils/sleep.ts
Normal file
1
client/utils/sleep.ts
Normal file
@@ -0,0 +1 @@
|
||||
export default (t: number) => new Promise((res) => setTimeout(res, t))
|
||||
Reference in New Issue
Block a user