frontend/.pnpm-store/v3/files/7f/5ec580fb5a1c3d82f35b0afe8fdc55771357cafd4fa357a6da6944bd7604cb5fe3e68b49f259dd69cfa88ee843faef7618a8cdbcdb28d61563295baeaf5192

8 lines
257 B
Plaintext

/** PURE_IMPORTS_START _switchMap,_util_identity PURE_IMPORTS_END */
import { switchMap } from './switchMap';
import { identity } from '../util/identity';
export function switchAll() {
return switchMap(identity);
}
//# sourceMappingURL=switchAll.js.map