Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Functions

Type aliases

CallBackReduceRight

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

returns any type value

Type parameters

  • T

  • R

Type declaration

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

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

      Returns Promise<T | R>

Functions

aReduceRight

  • aReduceRight<T, R>(elements: T[], cb: CallBackReduceRight<T, R>, initialValue?: R): Promise<T | R>

Legend

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

Generated using TypeDoc