siwi-sleep

1.0.3 • Public • Published

Build Status npm npm Github file size

siwi-sleep

sleep for nodejs

install

use npm

npm install siwi-sleep

use yarn

yarn add siwi-sleep

test

npm test

Example

(async () => {
    const { sleep } = require('siwi-sleep')
    while (true) {
        console.log(1)
        await sleep(1000)
    }
})()

console 1 sleep 1s

Package Sidebar

Install

npm i siwi-sleep

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

12.9 kB

Total Files

12

Last publish

Collaborators

  • siwi