mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 05:55:26 +00:00
update
This commit is contained in:
3
node_modules/rxjs/operators/switchAll.d.ts
generated
vendored
Normal file
3
node_modules/rxjs/operators/switchAll.d.ts
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { OperatorFunction } from '../interfaces';
|
||||
import { Observable } from '../Observable';
|
||||
export declare function switchAll<T>(): OperatorFunction<Observable<T>, T>;
|
Reference in New Issue
Block a user