@lifaon/rx-js-light
Version:
Blazing fast Observables
6 lines (5 loc) • 329 B
JavaScript
import {singleWithNotifications} from "../../../../../../built-in/from/with-notifications/values/single/single-with-notifications.mjs";
import {thenObservable} from "../../then-observable.mjs";
export function rejectedObservable(subscribe, onRejected) {
return thenObservable(subscribe, singleWithNotifications, onRejected);
}