mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 23:33:38 -05: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
|