biofriction-wp-theme/node_modules/rxjs/operators/switchAll.d.ts

4 lines
170 B
TypeScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
import { OperatorFunction } from '../interfaces';
import { Observable } from '../Observable';
export declare function switchAll<T>(): OperatorFunction<Observable<T>, T>;