1.0.4 • Published 5 years ago

promysleep v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Promysleep

Small package that provides asynchronous sleep

Usage

import { sleep } from 'promysleep'

const doSomething = async () => {
  console.log(`Gonna wait for 500 ms`)
  await sleep(500)
  console.log(`Huh, let's wait for one hour!`)
  await sleep('1h')
  // ... your logic.
}

License


ISC

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago