UNPKG

@qtikit/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string

8 lines (7 loc) 213 B
export declare class ParenthesisWrapper { protected _open: string; protected _close: string; protected _closed: RegExp; wrap(str: string): string; wrapIfMoreThanOneChar(str: string): string; }