mathy-unicode-characters
Version:
JavaScript / TypeScript utility to translate mathy Unicode characters to and from LaTeX, Mathematica, Wolfram, Elsevier Grid, etc.
14 lines (13 loc) • 358 B
TypeScript
export declare const type2unicode: {
"normal": string[];
"binaryop": string[];
"other": string[];
"closing": string[];
"alphabetic": string[];
"large": string[];
"punctuation": string[];
"diacritic": string[];
"opening": string[];
"relation": string[];
};
export declare type Type2unicode = keyof typeof type2unicode;