1.4.1 • Published 4 months ago

await-wait v1.4.1

Weekly downloads
416
License
Apache-2.0
Repository
github
Last release
4 months ago

await-wait

Easily asynchronously wait for a specified time.

Docs

API Docs

Installation

npm i await-wait

Usage

import { wait } from 'await-wait';

await wait(1000);
// One second has passed
await doAction();

Contributing

All contributions are welcome, please open an issue or pull request.

To use this repository: 1. npm i -g pnpm (if don't have pnpm installed) 2. pnpm i 3. npx projen (this will ensure everything is setup correctly, and you can run this command at any time) 4. Good to make your changes!

1.4.1

4 months ago

1.3.2

4 months ago

1.4.0

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.0

5 months ago

1.1.9

5 months ago

1.1.8

3 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago