Spaces:
Sleeping
Sleeping
File size: 179 Bytes
2b24a67 |
1 2 3 4 |
import { IBackOffOptions } from "../options";
import { IDelay } from "./delay.interface";
export declare function DelayFactory(options: IBackOffOptions, attempt: number): IDelay;
|