Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Options

import type { Options } from "https://raw.githubusercontent.com/egoist/promise-queue/master/src/index.ts";
type Options = {
maxConcurrent?: number;
retry?: boolean;
}
;

§Type

§
{
maxConcurrent?: number;
retry?: boolean;
}
[src]