0.1.0 • Published 9 years ago
sleep-time v0.1.0
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';
Licence
0.1.0
9 years ago