mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
4
src/tools/client/time.ts
Normal file
4
src/tools/client/time.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const sleep = (ms: number) =>
|
||||
new Promise((r) => {
|
||||
setTimeout(r, ms);
|
||||
});
|
||||
Reference in New Issue
Block a user