UNPKG

@lets/wait

Version:

⏲ A promising wait function

17 lines (12 loc) 468 B
# wait [![](https://img.shields.io/npm/v/@lets/wait.svg)](https://www.npmjs.com/package/@lets/wait) [![](https://img.shields.io/badge/source--000000.svg?logo=github&style=social)](https://github.com/omrilotan/wait) [![](https://badgen.net/bundlephobia/minzip/@lets/wait)](https://bundlephobia.com/result?p=@lets/wait) ## ⏲ A promising wait function ```js import wait from '@lets/wait'; ... await wait(200); ... ``` Or as a promise ```js wait(200).then(...); ```