Name

interface NameNode {
    kind: NAME;
    loc?: Location;
    value: string;
}

Properties

Properties

kind: NAME
loc?: Location
value: string

Generated using TypeDoc