Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02: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