PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/p-queue/dist

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

export declare type RunFunction = () => Promise<unknown>;
export interface Queue<Element, Options> {
    size: number;
    filter: (options: Partial<Options>) => Element[];
    dequeue: () => Element | undefined;
    enqueue: (run: Element, options?: Partial<Options>) => void;
}

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


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