Files
2026-02-04 00:11:19 +05:00

6 lines
187 B
JavaScript
Executable File

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