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) 169 B
export declare class Wrapper { protected _open: string; protected _close: string; constructor(open: string, close: string); wrap(str: string): string; }