Type Alias AsyncMapperFunction<T, O>

AsyncMapperFunction<T, O>: ((item: T, index: number) => PromiseLike<O>)

Type Parameters

  • T
  • O