mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 22:15:25 +00:00
update
This commit is contained in:
7
node_modules/rxjs/_esm5/operators/switchAll.js
generated
vendored
Normal file
7
node_modules/rxjs/_esm5/operators/switchAll.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
/** 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
|
Reference in New Issue
Block a user