import { ScanOptions } from './operators/scanoptions.js';

export type ReduceOptions<T, R> = ScanOptions<T, R>;
