UNPKG

mathy-unicode-characters

Version:

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

17 lines (16 loc) 453 B
export declare const mathvariants: { "bold": string; "italic": string; "bold-italic": string; "double-struck": string; "script": string; "bold-script": string; "fraktur": string; "bold-fraktur": string; "sans-serif": string; "bold-sans-serif": string; "sans-serif-italic": string; "sans-serif-bold-italic": string; "monospace": string; }; export declare type MathVariants = keyof typeof mathvariants;