@alwatr/wait
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

Wait

Comprehensive toolkit for managing asynchronous operations in JavaScript.

It comprises a set of utility functions, each designed to pause execution until specific conditions are met or certain events occur. This feature makes these utilities particularly useful for controlling the flow of asynchronous code, allowing developers to handle complex scenarios with ease. The functions can be used individually or combined to create intricate asynchronous flows, providing a robust solution for various programming needs.

Installation

yarn add @alwatr/wait

Usage

import {waitForTime} from '@alwatr/wait';

await waitForTime(2000);

Package Sidebar

Install

npm i @alwatr/wait

Weekly Downloads

120

Version

1.1.10

License

MIT

Unpacked Size

28 kB

Total Files

13

Last publish

Collaborators

  • njfamirm
  • alimd