@crawlee/coreInterfacesDatasetReducerVersion: 3.11DatasetReducer <T, Data>User-function used in the Dataset.reduce() API.CallableDatasetReducer(memo: T, item: Data, index: number): Awaitable<T>Parametersmemo: TPrevious state of the reduction.item: DataCurrent Dataset entry being processed.index: numberPosition of current Dataset entry.Returns Awaitable<T>
User-function used in the
Dataset.reduce()
API.