UNPKG

@darwish/utils-core

Version:

5 lines (4 loc) 124 B
/** * @desc 使用async await 进项进行延时操作 */ export default function sleep(time?: number): Promise<unknown>;