Skip to content

Latest commit

 

History

History

sleep

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@any86/sleep

NPM Version Size

延迟, 模拟PHP的sleep函数

安装

npm i -S @any86/sleep

快速开始

import sleep from '@any86/sleep';
// 延迟2秒
await sleep(2000);