await-delay
use delay/sleep to async/await ES7Installation
npm i --save await-delay
Usage
import delay from 'await-delay'
async () => {
// Do something
// Wait for 2 seconds
await delay(2000)
// Do things after the delay
}
npm i --save await-delay
import delay from 'await-delay'
async () => {
// Do something
// Wait for 2 seconds
await delay(2000)
// Do things after the delay
}
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.