source: trip-planner-front/node_modules/rxjs/internal/operators/switchAll.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 313 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var switchMap_1 = require("./switchMap");
4var identity_1 = require("../util/identity");
5function switchAll() {
6 return switchMap_1.switchMap(identity_1.identity);
7}
8exports.switchAll = switchAll;
9//# sourceMappingURL=switchAll.js.map
Note: See TracBrowser for help on using the repository browser.