tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

6 lines
187 B
JavaScript

import { switchMap } from './switchMap';
import { identity } from '../util/identity';
export function switchAll() {
return switchMap(identity);
}
//# sourceMappingURL=switchAll.js.map