This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
yeguodong
/
web_dist
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
ccef99d987
Ramos
Etiquetas
master
symhyy
淮海科技
web_dist
/
src
/
utils
/
sleep.ts
sleep.ts
100 B
Histórico
Em bruto
1
2
3
const sleep = (time = 0) => new Promise(resolve => setTimeout(resolve, time))
export default sleep