Variable combiningConst

combining: {
    macros: string[];
    tolatex: Record<string, { macro: string; mode: "text" | "math" }>;
    tounicode: Record<string, string>;
    regex: string;
} = ...

Type declaration

  • macros: string[]
  • tolatex: Record<string, { macro: string; mode: "text" | "math" }>
  • tounicode: Record<string, string>
  • regex: string