UNPKG

316 BTypeScriptView Raw
1import { Observable } from 'rxjs';
2export declare function getModelToken(model: string, connectionName?: string): string;
3export declare function getConnectionToken(name?: string): string;
4export declare function handleRetry(retryAttempts?: number, retryDelay?: number): <T>(source: Observable<T>) => Observable<T>;