Takomo v7.4.3
    Preparing search index...

    Type Alias ReduceFunction<T, O>

    ReduceFunction: (props: ReduceFunctionProps<T>) => Promise<O>

    Reduce function of run command.

    Type Parameters

    • T

      Type of targets

    • O

      Type of result the reduce function returns

    Type declaration