UNPKG

mathjslab

Version:

MathJSLab - An interpreter with language syntax like MATLAB®/Octave, ISBN 978-65-00-82338-7.

9 lines (8 loc) 293 B
/** * Parse identifier replacing greek names and others symbols by HTML entities * @param id String containing greek names * @returns String with greek names replaced by HTML entities */ declare function substSymbol(id: string): string; export { substSymbol }; export default substSymbol;