UNPKG

307 BTypeScriptView Raw
1import { ObservableSubscription, Observable } from '../../utilities';
2export default function subscribeAndCount<TResult>(reject: (reason: any) => any, observable: Observable<TResult>, cb: (handleCount: number, result: TResult) => any): ObservableSubscription;
3//# sourceMappingURL=subscribeAndCount.d.ts.map
\No newline at end of file