CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
skip-first.delay.d.ts7 linesDownload Raw Back to skip-first
1import { Delay } from "../delay.base";2export declare class SkipFirstDelay extends Delay {3    apply(): Promise<unknown>;4    private readonly isFirstAttempt;5    protected readonly numOfDelayedAttempts: number;6}7 
basant307/AI_Governance_Project · CoolFace