Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Functions

Type aliases

CallBackMap

CallBackMap<T, R>: (value: T, index?: undefined | number, collection?: T[]) => Promise<R>

returns any type values

Type parameters

  • T

  • R

Type declaration

    • (value: T, index?: undefined | number, collection?: T[]): Promise<R>
    • Parameters

      • value: T
      • Optional index: undefined | number
      • Optional collection: T[]

      Returns Promise<R>

Functions

aMap

  • aMap<T, R>(elements: T[], cb: CallBackMap<T, R>): Promise<R[]>

Legend

  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Class with type parameter

Generated using TypeDoc