MathCharacter: {
    content: string;
    kind: "math.character";
    location: Location | undefined;
}

Type declaration

  • content: string
  • kind: "math.character"
  • location: Location | undefined

Generated using TypeDoc