UNPKG

antd-mobile

Version:
1 lines 79 B
export const sleep = time => new Promise(resolve => setTimeout(resolve, time));