This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
yeguodong
/
web_dist
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
ccef99d987
Branches
Tags
master
symhyy
淮海科技
web_dist
/
src
/
utils
/
sleep.ts
sleep.ts
100 B
Lịch sử
Raw
1
2
3
const sleep = (time = 0) => new Promise(resolve => setTimeout(resolve, time))
export default sleep