UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

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