Home Manual Reference Source Test Repository

es6/operators/switchAll.js

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