sleep-jml

1.0.0 • Public • Published

Simple Sleep and msleep

This isn't really impressive. I just wanted to have a simple package that just worked and did as I expected, so figured I'd do this and share it.

const {sleep, msleep} = require('sleep-jml');

sleep(1); // sleeps for 1 second
msleep(1000); // sleeps for 1 second

Readme

Keywords

Package Sidebar

Install

npm i sleep-jml

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

2.62 kB

Total Files

5

Last publish

Collaborators

  • jasonlotito