UNPKG

@qtikit/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string

8 lines (7 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeWhiteSpaces = void 0; var normalizeWhiteSpaces = function (str) { return str.replace(/\s+/g, ' '); }; exports.normalizeWhiteSpaces = normalizeWhiteSpaces;