Spaces:
Running
Running
File size: 214 Bytes
2b24a67 |
1 2 3 4 5 6 7 |
import { Delay } from "../delay.base";
export declare class SkipFirstDelay extends Delay {
apply(): Promise<unknown>;
private readonly isFirstAttempt;
protected readonly numOfDelayedAttempts: number;
}
|