Opal-Estate-Pro/node_modules/rxjs/operators/switchAll.js

8 lines
250 B
JavaScript
Raw Normal View History

2019-09-13 06:27:52 +02:00
"use strict";
var switchMap_1 = require('./switchMap');
var identity_1 = require('../util/identity');
function switchAll() {
return switchMap_1.switchMap(identity_1.identity);
}
exports.switchAll = switchAll;
//# sourceMappingURL=switchAll.js.map