sleep.ts

This commit is contained in:
nirholas
2026-03-31 10:24:29 +00:00
parent 2b3cf8a435
commit 76e05e66ca

View File

@@ -82,3 +82,4 @@ export function withTimeout<T>(
if (timer !== undefined) clearTimeout(timer)
})
}