Files
Voting-System/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js
2026-05-03 16:55:22 +05:30

6 lines
192 B
JavaScript

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