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

6 lines
192 B
JavaScript
Raw Normal View History

2022-10-29 00:20:35 +02:00
import { exhaustMap } from './exhaustMap';
import { identity } from '../util/identity';
export function exhaustAll() {
return exhaustMap(identity);
}
//# sourceMappingURL=exhaustAll.js.map