sleep-time
v0.1.0
Published
sleep-time to sleep the specified milliseconds.
Downloads
4
Readme
sleep-time
sleep-time to sleep the specified milliseconds.
Usage
Install the library with npm install sleep-time
var sleepTime = requre('sleep-time');
# second sleep
sleepTime(1000);
ES6
let sleepTime from 'sleep-time';