Verb: {
    content: string;
    escape: string;
    kind: "verb";
    location: Location;
    name: string;
}

Type declaration

  • content: string
  • escape: string
  • kind: "verb"
  • location: Location
  • name: string

Generated using TypeDoc