Interface MacroFnDef

Macro function discriminator.

interface MacroFnDef {
    [symMacro]?: true;
}

Properties

Properties

[symMacro]?: true

Discriminator for macros.

Generated using TypeDoc