Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 580 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 580 Bytes

sleep

🛌 Block the runtime for n milliseconds

const sleep = require('@lets/sleep');

sleep(200);
// 200 milliseconds later

/* For a non blocking wait period, see @lets/wait