UNPKG

mathjslab

Version:

MathJSLab - Interpreter with language syntax like MATLAB/Octave

7 lines (6 loc) 228 B
/** * Parse identifier replacing greek names by HTML entities * @param id String containing greek names * @returns String with greek names replaced by HTML entities */ export declare function substGreek(id: string): string;