Appearance
Return a Promise to be resolved in the given millisecond.
await delay(1000) // wait 1000ms
const { delay } = require('rhodash') await delay(1000) // wait 1000ms