UNPKG

mathy-unicode-characters

Version:

JavaScript / TypeScript utility to translate mathy Unicode characters to and from LaTeX, Mathematica, Wolfram, Elsevier Grid, etc.

8 lines (7 loc) 194 B
export declare const mode2unicode: { "mixed": string[]; "text": string[]; "math": string[]; "unknown": string[]; }; export declare type Mode2unicode = keyof typeof mode2unicode;