Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Functions

Type aliases

CallBackForEach

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

returns nothing

Type parameters

  • T

Type declaration

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

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

      Returns Promise<void>

Functions

aForEach

Legend

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

Generated using TypeDoc