Simple promisify wait function
npm install promisify-waitPromisify wait is a simple function to await timeout
To use promisify-wait in your project, using npm:
``bash`
npm install promisify-wait
or using yarn:
`bash`
yarn add promisify-wait
`javascript
import wait, { DURATION_UNIT } from "promisify-wait";
``
Please make sure to update tests as appropriate.