UNPKG

@pie-framework/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string. This is a forked repo.

7 lines (6 loc) 182 B
export declare class ParenthesisWrapper { protected _open: string; protected _close: string; wrap(str: string): string; wrapIfMoreThanOneChar(str: string): string; }