manu-sapiens's picture
removed symlink and replaced with a watcher process
2b24a67
raw
history blame contribute delete
179 Bytes
import { IBackOffOptions } from "../options";
import { IDelay } from "./delay.interface";
export declare function DelayFactory(options: IBackOffOptions, attempt: number): IDelay;