doddle
    Preparing search index...

    Type Alias IndexIteratee<O>

    IndexIteratee: (index: number) => MaybePromised<O>

    An iteratee that receives only the index and returns a value or promise of a value.

    ℹ️ Useful for operations that depend solely on element position.

    Type Parameters

    • O

      The output type.

    Type declaration