UNPKG

162 BTypeScriptView Raw
1import { MonoTypeOperatorAsyncFunction } from '../../interfaces';
2export declare function retry<TSource>(count?: number): MonoTypeOperatorAsyncFunction<TSource>;