mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 17:03:42 +00:00
6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
import { exhaustMap } from './exhaustMap';
|
|
import { identity } from '../util/identity';
|
|
export function exhaustAll() {
|
|
return exhaustMap(identity);
|
|
}
|
|
//# sourceMappingURL=exhaustAll.js.map
|