Opal-Estate-Pro/node_modules/rxjs/_esm2015/operators/switchAll.js
2019-09-13 11:27:52 +07:00

6 lines
187 B
JavaScript
Executable File

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