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, SchedulerLike, ValueFromArray } from '../types'; export declare function startWith(value: null): OperatorFunction; export declare function startWith(value: undefined): OperatorFunction; /** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled` and `concatAll`. Details: https://rxjs.dev/deprecations/scheduler-argument */ export declare function startWith(...valuesAndScheduler: [...A, SchedulerLike]): OperatorFunction>; export declare function startWith(...values: A): OperatorFunction>; //# sourceMappingURL=startWith.d.ts.map