This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
web
/
z_element_plus
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
24f9e7efec
Rami (Branch)
Tag
master
z_element_plus
/
packages
/
test-utils
/
sleep.ts
sleep.ts
102 B
Cronologia
Originale
1
2
3
const sleep = (time = 0) => new Promise((resolve) => setTimeout(resolve, time))
export default sleep