This website requires JavaScript.
Explore
Help
Sign In
logos-messaging
/
waku-tests
Watch
1
Star
0
Fork
0
You've already forked waku-tests
mirror of
https://github.com/logos-messaging/waku-tests.git
synced
2026-01-02 06:13:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
waku-tests
/
delay.js
4 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Make it work
2022-04-20 12:07:40 +10:00
export
default
function
delay
(
ms
)
{
Remove TypeScript
2022-04-20 11:15:11 +10:00
return
new
Promise
(
(
resolve
)
=>
setTimeout
(
resolve
,
ms
)
)
;
}
Reference in New Issue
Copy Permalink