UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

7 lines (6 loc) 354 B
import { IObservable } from '../../../../../type/observable.type'; import { IFromFetchObservableNotifications } from './from-fetch-observable-notifications.type'; /** * Uses the Fetch API to make an HTTP request. */ export declare function fromFetch(requestInfo: RequestInfo, requestInit?: RequestInit): IObservable<IFromFetchObservableNotifications>;