Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Functions

Type aliases

CallBackEvery

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

returns boolean

Type parameters

  • T

Type declaration

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

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

      Returns Promise<boolean>

Functions

aEvery

  • aEvery<T>(elements: T[], cb: CallBackEvery<T>): Promise<boolean>

Legend

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

Generated using TypeDoc