This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
yeguodong
/
web_dist
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ccef99d987
Branches
Tags
master
symhyy
淮海科技
web_dist
/
src
/
utils
/
sleep.ts
sleep.ts
100 B
Historique
Raw
1
2
3
const sleep = (time = 0) => new Promise(resolve => setTimeout(resolve, time))
export default sleep