UNPKG

async-chaining

Version:

The async-chaining library provides a toolkit for creating asynchronous chains of method and property calls. With its help, you can effectively manage asynchronous operations, increasing the efficiency and convenience of development.

9 lines (8 loc) 154 B
export declare const PROPERTY: { THEN: string; CATCH: string; FINALLY: string; CHAIN: string; DEBUG: string; PROGRESS: string; };