UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 175 B
import { IBackOffOptions } from "../options"; export declare type Jitter = (delay: number) => number; export declare function JitterFactory(options: IBackOffOptions): Jitter;