# @lets/wait

> ⏲ A promising wait function

Latest version **2.0.2** (published 2020-07-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lets/wait
pnpm add @lets/wait
yarn add @lets/wait
bun add @lets/wait
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.2 |
| Published | 2020-07-16 |
| First published | 2018-12-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | omrilotan |
| Maintainers | omrilotan |
| Keywords | wait, sleep, async, await, promise, ⏲ |

## Links

- npm: https://www.npmjs.com/package/@lets/wait
- Repository: https://github.com/omrilotan/wait
- Homepage: https://omrilotan.com/wait/
- Issues: https://github.com/omrilotan/wait/issues
- npm.io page: https://npm.io/package/@lets/wait

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 2.0.2 (latest) — 2020-07-16
- 2.0.1 — 2020-07-16
- 2.0.0 — 2020-07-16
- 1.0.0 — 2018-12-16
- 0.0.1 — 2018-12-16
- 0.0.0 — 2018-12-12

## README

# 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(...);
```

---
_Source: https://npm.io/package/@lets/wait · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
