mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-14 08:29:03 +00:00
8 lines
250 B
JavaScript
8 lines
250 B
JavaScript
|
|
"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
|