MyRepo-Ums/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js

6 lines
192 B
JavaScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
import { exhaustMap } from './exhaustMap';
import { identity } from '../util/identity';
export function exhaustAll() {
return exhaustMap(identity);
}
//# sourceMappingURL=exhaustAll.js.map