Interface AsyncFnDef

Async function discriminator.

interface AsyncFnDef {
    [symAsync]?: true;
}

Properties

Properties

[symAsync]?: true

Discriminator for async function.

Generated using TypeDoc