Opal-Estate-Pro/node_modules/rxjs/operators/switchAll.d.ts
2019-09-13 11:27:52 +07:00

4 lines
170 B
TypeScript
Executable File

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