UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 445 B
import { IObservable } from '../../../../../type/observable.type'; import { IGenericRaceWithNotificationsInObservables, IRaceWithNotificationsObservableNotifications } from './race-with-notifications-observable-notifications.type'; export declare function raceWithNotifications<GObservables extends IGenericRaceWithNotificationsInObservables>(observables: GObservables): IObservable<IRaceWithNotificationsObservableNotifications<GObservables>>;