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.

3 lines (2 loc) 51 B
import async from './lib/async'; export { async };