Tumortisch-Dist/resources/app/node_modules/rxjs/operators/switchAll.d.ts
2021-06-15 16:00:08 +02:00

4 lines
170 B
TypeScript

import { OperatorFunction } from '../interfaces';
import { Observable } from '../Observable';
export declare function switchAll<T>(): OperatorFunction<Observable<T>, T>;