diff options
Diffstat (limited to 'node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js')
| -rw-r--r-- | node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js b/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js new file mode 100644 index 0000000..c61b4f8 --- /dev/null +++ b/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js @@ -0,0 +1,6 @@ +import { exhaustMap } from './exhaustMap'; +import { identity } from '../util/identity'; +export function exhaustAll() { + return exhaustMap(identity); +} +//# sourceMappingURL=exhaustAll.js.map
\ No newline at end of file |
