manu-sapiens's picture
removed symlink and replaced with a watcher process
2b24a67
raw
history blame contribute delete
175 Bytes
import { IBackOffOptions } from "../options";
export declare type Jitter = (delay: number) => number;
export declare function JitterFactory(options: IBackOffOptions): Jitter;