Interface UsingForDirective

Hierarchy

  • UsingForDirective

Properties

functionList?: ({
    function: IdentifierPath;
} | {
    definition: IdentifierPath;
    operator: "+" | "-" | "*" | "/" | "%" | "!=" | "==" | "<" | "<=" | ">" | ">=" | "^" | "&" | "|" | "~";
})[]
global?: boolean
id: number
nodeType: "UsingForDirective"
src: string
typeName?: null | TypeName

Generated using TypeDoc