UNPKG

nestjs-resilience

Version:

A module for improving the reliability and fault-tolerance of your NestJS applications

6 lines (5 loc) 227 B
import { Backoff } from './base.backoff'; export declare class DecorrelatedJitterBackoff extends Backoff { private static readonly RP_SCALING_FACTOR; getGenerator(maxRetries: number): Generator<number, void, number>; }