Type Alias AsyncMapper<T, U>

AsyncMapper<T, U>: ((value: T) => Promise<U>)

An async function that maps one value to another.

Type Parameters

  • T
  • U