UNPKG

@aws-amplify/core

Version:
7 lines (6 loc) 174 B
import { DelayFunction } from '../../types'; /** * @private * Internal use of Amplify only */ export declare function jitteredBackoff(maxDelayMs?: number): DelayFunction;