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

6 lines
192 B
JavaScript
Raw Normal View History

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