Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Functions

Functions

Const sequentialPromise

  • sequentialPromise<T, R>(targets: T[], callback: function): Promise<R[]>
  • Execute async function as sequential

    Type parameters

    • T

    • R

    Parameters

    • targets: T[]
    • callback: function
        • (prop: T): Promise<R>
        • Parameters

          • prop: T

          Returns Promise<R>

    Returns Promise<R[]>

Generated using TypeDoc