404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.15.147.225: ~ $
/** PURE_IMPORTS_START _Subscriber,_symbol_rxSubscriber,_Observer PURE_IMPORTS_END */
import { Subscriber } from '../Subscriber';
import { rxSubscriber as rxSubscriberSymbol } from '../symbol/rxSubscriber';
import { empty as emptyObserver } from '../Observer';
export function toSubscriber(nextOrObserver, error, complete) {
    if (nextOrObserver) {
        if (nextOrObserver instanceof Subscriber) {
            return nextOrObserver;
        }
        if (nextOrObserver[rxSubscriberSymbol]) {
            return nextOrObserver[rxSubscriberSymbol]();
        }
    }
    if (!nextOrObserver && !error && !complete) {
        return new Subscriber(emptyObserver);
    }
    return new Subscriber(nextOrObserver, error, complete);
}
//# sourceMappingURL=toSubscriber.js.map

Filemanager

Name Type Size Permission Actions
ArgumentOutOfRangeError.js File 554 B 0644
ArgumentOutOfRangeError.js.map File 501 B 0644
EmptyError.js File 452 B 0644
EmptyError.js.map File 462 B 0644
Immediate.js File 816 B 0644
Immediate.js.map File 866 B 0644
ObjectUnsubscribedError.js File 552 B 0644
ObjectUnsubscribedError.js.map File 501 B 0644
TimeoutError.js File 465 B 0644
TimeoutError.js.map File 475 B 0644
UnsubscriptionError.js File 707 B 0644
UnsubscriptionError.js.map File 727 B 0644
applyMixins.js File 511 B 0644
applyMixins.js.map File 619 B 0644
canReportError.js File 580 B 0644
canReportError.js.map File 473 B 0644
errorObject.js File 120 B 0644
errorObject.js.map File 178 B 0644
hostReportError.js File 176 B 0644
hostReportError.js.map File 233 B 0644
identity.js File 127 B 0644
identity.js.map File 173 B 0644
isArray.js File 222 B 0644
isArray.js.map File 284 B 0644
isArrayLike.js File 198 B 0644
isArrayLike.js.map File 261 B 0644
isDate.js File 165 B 0644
isDate.js.map File 215 B 0644
isFunction.js File 153 B 0644
isFunction.js.map File 193 B 0644
isInteropObservable.js File 297 B 0644
isInteropObservable.js.map File 295 B 0644
isIterable.js File 269 B 0644
isIterable.js.map File 271 B 0644
isNumeric.js File 224 B 0644
isNumeric.js.map File 302 B 0644
isObject.js File 161 B 0644
isObject.js.map File 209 B 0644
isObservable.js File 302 B 0644
isObservable.js.map File 343 B 0644
isPromise.js File 216 B 0644
isPromise.js.map File 256 B 0644
isScheduler.js File 181 B 0644
isScheduler.js.map File 215 B 0644
noop.js File 104 B 0644
noop.js.map File 134 B 0644
not.js File 288 B 0644
not.js.map File 362 B 0644
pipe.js File 565 B 0644
pipe.js.map File 624 B 0644
root.js File 557 B 0644
root.js.map File 521 B 0644
subscribeTo.js File 1.45 KB 0644
subscribeTo.js.map File 1.15 KB 0644
subscribeToArray.js File 345 B 0644
subscribeToArray.js.map File 438 B 0644
subscribeToIterable.js File 1.02 KB 0644
subscribeToIterable.js.map File 891 B 0644
subscribeToObservable.js File 556 B 0644
subscribeToObservable.js.map File 487 B 0644
subscribeToPromise.js File 559 B 0644
subscribeToPromise.js.map File 560 B 0644
subscribeToResult.js File 721 B 0644
subscribeToResult.js.map File 600 B 0644
toSubscriber.js File 776 B 0644
toSubscriber.js.map File 667 B 0644
tryCatch.js File 499 B 0644
tryCatch.js.map File 515 B 0644