mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-12-17 01:24:58 +00:00
initial 2 commit
This commit is contained in:
3
src/utils/time.ts
Normal file
3
src/utils/time.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function wait(seconds: number): Promise<never> {
|
||||
return new Promise((resolve) => setTimeout(resolve, seconds * 1000))
|
||||
}
|
||||
Reference in New Issue
Block a user