doddle
    Preparing search index...

    Type Alias Iteratee<E, O>

    Iteratee: (element: E, index: number) => MaybePromised<O>

    A function applied to each element and its index, producing a value or promise of a value.

    ℹ️ Used in most transformation and filtering operations.

    Type Parameters

    • E

      The input element type.

    • O

      The output value type.

    Type declaration