doddle
    Preparing search index...

    Type Alias NoIndexIteratee<E, O>

    NoIndexIteratee: (element: E) => MaybePromised<O>

    An iteratee that ignores the index and returns a value or promise.

    ℹ️ Used for operations that ignore the index, such as some key projections.

    Type Parameters

    • E

      The input element type.

    • O

      The output value type.

    Type declaration