PromisifyOptions
import type { PromisifyOptions } from "https://raw.githubusercontent.com/takker99/async-lib/0.2.0/mod.ts";
interface PromisifyOptions {
maxQueued?: number | undefined;
}import type { PromisifyOptions } from "https://raw.githubusercontent.com/takker99/async-lib/0.2.0/mod.ts";