mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 22:43:18 +00:00
5 lines
128 B
JavaScript
5 lines
128 B
JavaScript
/* global MathJax */
|
|
|
|
export function mathJaxLoaded() {
|
|
return !!(typeof MathJax !== 'undefined' && MathJax && MathJax.Hub)
|
|
}
|