You need to sign in or sign up before continuing.
exhaustAll.js 192 Bytes
import { exhaustMap } from './exhaustMap';
import { identity } from '../util/identity';
export function exhaustAll() {
    return exhaustMap(identity);
}
//# sourceMappingURL=exhaustAll.js.map