take-a-nap Just another javascript implementation of sleep to use with await Install npm install --save take-a-nap Usage import { nap } from 'take-a-nap' async function waiting() { await nap(3000) }