UNPKG

@qtikit/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string

8 lines (7 loc) 211 B
export declare class JoinWithManySeparators { private _separators; constructor(separators: string[]); static join(arr: string[], separators: string[]): string; private _join; private _get; }