PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/exponential-backoff/dist/delay

Просмотр файла: delay.base.d.ts

import { IDelay } from "./delay.interface";
import { IBackOffOptions } from "../options";
export declare abstract class Delay implements IDelay {
    private options;
    protected attempt: number;
    constructor(options: IBackOffOptions);
    apply(): Promise<unknown>;
    setAttemptNumber(attempt: number): void;
    private readonly jitteredDelay;
    private readonly delay;
    protected readonly numOfDelayedAttempts: number;
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!