wishthis/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js
2022-07-15 09:58:48 +02:00

6 lines
No EOL
192 B
JavaScript

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