1.0.4 • Published 6 years ago

promysleep v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago