Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
import { OperatorFunction } from '../types';
export declare function scan(accumulator: (acc: A | V, value: V, index: number) => A): OperatorFunction;
export declare function scan(accumulator: (acc: A, value: V, index: number) => A, seed: A): OperatorFunction;
export declare function scan(accumulator: (acc: A | S, value: V, index: number) => A, seed: S): OperatorFunction;
//# sourceMappingURL=scan.d.ts.map