Skip to content

Latest commit

 

History

History
 
 

wait

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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);