Type alias ItorCallback<ItemT>

ItorCallback<ItemT>: ((item) => Promise<boolean>)

Array callback type signature used by forEach.

Type Parameters

  • ItemT

Type declaration

    • (item): Promise<boolean>
    • Parameters

      Returns Promise<boolean>