MatchingDelimiters: {
    content: Node[];
    kind: "math.matching_delimiters";
    left: string;
    location: Location;
    right: string;
}

Type declaration

  • content: Node[]
  • kind: "math.matching_delimiters"
  • left: string
  • location: Location
  • right: string

Generated using TypeDoc