aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js')
-rw-r--r--node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js b/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js
deleted file mode 100644
index 626fcc1..0000000
--- a/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js
+++ /dev/null
@@ -1,10 +0,0 @@
-"use strict";
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.switchMapTo = void 0;
-var switchMap_1 = require("./switchMap");
-var isFunction_1 = require("../util/isFunction");
-function switchMapTo(innerObservable, resultSelector) {
- return isFunction_1.isFunction(resultSelector) ? switchMap_1.switchMap(function () { return innerObservable; }, resultSelector) : switchMap_1.switchMap(function () { return innerObservable; });
-}
-exports.switchMapTo = switchMapTo;
-//# sourceMappingURL=switchMapTo.js.map \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage