wishthis/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js

6 lines
192 B
JavaScript
Raw Permalink Normal View History

2022-07-15 07:58:48 +00:00
import { exhaustMap } from './exhaustMap';
import { identity } from '../util/identity';
2022-06-08 10:36:39 +00:00
export function exhaustAll() {
2022-07-15 07:58:48 +00:00
return exhaustMap(identity);
2022-06-08 10:36:39 +00:00
}
//# sourceMappingURL=exhaustAll.js.map