@qtikit/mathml-to-latex
Version:
A JavaScript tool to convert mathml string to LaTeX string
12 lines (11 loc) • 355 B
TypeScript
export declare class ErrorHandler {
private _errors;
errorLocator: {};
fixError(xml: string, errorMessage: string): string;
isThereAnyErrors(): boolean;
cleanErrors(): void;
private _fixMissingAttribute;
private _matchMissingValueForAttribute;
private _mathGenericMissingValue;
private _isMissingAttributeValueError;
}