UNPKG

122 BTypeScriptView Raw
1import { ScanOptions } from './operators/scanoptions';
2export interface ReduceOptions<T, R> extends ScanOptions<T, R> {
3}