UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

12 lines (11 loc) 547 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rejectedObservable = void 0; var single_with_notifications_1 = require("../../../../../../built-in/from/with-notifications/values/single/single-with-notifications.cjs"); var then_observable_1 = require("../../then-observable.cjs"); function rejectedObservable(subscribe, onRejected) { return (0, then_observable_1.thenObservable)(subscribe, single_with_notifications_1.singleWithNotifications, onRejected); } exports.rejectedObservable = rejectedObservable;