UNPKG

mathjslab

Version:

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

7 lines (6 loc) 248 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 */ export declare function substSymbol(id: string): string;