frontend/.pnpm-store/v3/files/d5/d0be329dae0e0665fc45326648bb29fd0d21806a6b4ad5481190199bca3905fc928f76921653b53d2f2e89289a3a898d46ce306cc5a6e6527de94e0db59fed

4 lines
205 B
Plaintext

import { ObservableInput, OperatorFunction } from '../types';
export declare function exhaust<T>(): OperatorFunction<ObservableInput<T>, T>;
export declare function exhaust<R>(): OperatorFunction<any, R>;