UNPKG

@ngworker/lumberjack

Version:

Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized

3 lines (2 loc) 159 B
import { MonoTypeOperatorFunction } from 'rxjs'; export declare const retryWithDelay: <T>(maxRetries: number, delayMs: number) => MonoTypeOperatorFunction<T>;