doddle
    Preparing search index...

    Type Alias NoIndexIteratee<In, Out>

    NoIndexIteratee: (element: In) => MaybeDoddle<Out>

    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

    • In
    • Out

    Type declaration

      • (element: In): MaybeDoddle<Out>
      • Parameters

        • element: In

        Returns MaybeDoddle<Out>