sleep-time

sleep-time to sleep the specified milliseconds.

Usage no npm install needed!

<script type="module">
  import sleepTime from 'https://cdn.skypack.dev/sleep-time';
</script>

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';

Licence

MIT