Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
import { SchedulerLike, ValueFromArray } from '../types';
import { Observable } from '../Observable';
export declare function of(value: null): Observable;
export declare function of(value: undefined): Observable;
/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled`. Details: https://rxjs.dev/deprecations/scheduler-argument */
export declare function of(scheduler: SchedulerLike): Observable;
/** @deprecated The `scheduler` parameter will be removed in v8. Use `scheduled`. Details: https://rxjs.dev/deprecations/scheduler-argument */
export declare function of(...valuesAndScheduler: [...A, SchedulerLike]): Observable>;
export declare function of(): Observable;
/** @deprecated Do not specify explicit type parameters. Signatures with type parameters that cannot be inferred will be removed in v8. */
export declare function of(): Observable;
export declare function of(value: T): Observable;
export declare function of(...values: A): Observable>;
//# sourceMappingURL=of.d.ts.map