Spaces:
Sleeping
Sleeping
File size: 206 Bytes
2b24a67 |
1 2 3 4 |
import { IBackOffOptions, BackoffOptions } from "./options";
export { BackoffOptions, IBackOffOptions };
export declare function backOff<T>(request: () => Promise<T>, options?: BackoffOptions): Promise<T>;
|