Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
import { Observable } from '../Observable';
import { Subscribable } from '../types';
/**
* Used to convert a subscribable to an observable.
*
* Currently, this is only used within internals.
*
* TODO: Discuss ObservableInput supporting "Subscribable".
* https://github.com/ReactiveX/rxjs/issues/5909
*
* @param subscribable A subscribable
*/
export declare function fromSubscribable(subscribable: Subscribable): Observable;
//# sourceMappingURL=fromSubscribable.d.ts.map