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

CallbackOptions

import type { CallbackOptions } from "https://raw.githubusercontent.com/takker99/async-lib/0.2.0/mod.ts";
interface CallbackOptions {
forceQueued?: boolean;
}

§Properties

§
forceQueued?: boolean
[src]