Type Alias AsyncMap<TInput, TCollection, TOutput>

AsyncMap: Invokable<
    [item: TInput, index: number, collection: TCollection],
    Promisable<TOutput>,
>

IMPORT_PATH: "@daiso-tech/core/collection/contracts"

Type Parameters

  • TInput
  • TCollection
  • TOutput
MMNEPVFCICPMFPCPTTAAATR