This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
funkwhale
kopia lustrzana
https://dev.funkwhale.audio/funkwhale/funkwhale
Obserwuj
1
Polub
0
Forkuj
You've already forked funkwhale
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
41d6ae2f6c
funkwhale
/
front
/
test
/
utils.ts
2 wiersze
87 B
TypeScript
Czysty
Wina
Historia
export
const
sleep
=
(
ms
=
0
)
=
>
new
Promise
<
void
>
(
resolve
=
>
setTimeout
(
resolve
,
ms
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik