biofriction-wp-theme/node_modules/rxjs/operators/switchAll.js

8 lines
250 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +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