UNPKG

mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string

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