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, MonoTypeOperatorFunction, TruthyTypesOf } from '../types';
export declare function takeWhile(predicate: BooleanConstructor, inclusive: true): MonoTypeOperatorFunction;
export declare function takeWhile(predicate: BooleanConstructor, inclusive: false): OperatorFunction>;
export declare function takeWhile(predicate: BooleanConstructor): OperatorFunction>;
export declare function takeWhile(predicate: (value: T, index: number) => value is S): OperatorFunction;
export declare function takeWhile(predicate: (value: T, index: number) => value is S, inclusive: false): OperatorFunction;
export declare function takeWhile(predicate: (value: T, index: number) => boolean, inclusive?: boolean): MonoTypeOperatorFunction;
//# sourceMappingURL=takeWhile.d.ts.map