UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

11 lines (10 loc) 421 B
import { limitAsync as limitAsync$1 } from "../promise/limitAsync.mjs"; //#region src/array/limitAsync.d.ts /** * Wraps an async function to limit the number of concurrent executions. * * @deprecated Use `limitAsync` from `es-toolkit/promise` instead. This export will be removed from `es-toolkit/array` in a future major version. */ declare const limitAsync: typeof limitAsync$1; //#endregion export { limitAsync };