This website requires JavaScript.
Explore
Help
Sign In
MirrorMirror
/
funkwhale
mirror of
https://dev.funkwhale.audio/funkwhale/funkwhale.git
Watch
1
Star
0
Fork
You've already forked funkwhale
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1b31fd4007
funkwhale
/
front
/
tests
/
unit
/
utils.ts
2 lines
97 B
TypeScript
Raw
Blame
History
export
const
sleep
=
(
seconds
=
0
)
=
>
new
Promise
<
void
>
(
resolve
=
>
setTimeout
(
resolve
,
seconds
)
)
Reference in New Issue
View Git Blame
Copy Permalink