mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
/* global MathJax */
|
|
|
|
export function mathJaxLoaded() {
|
|
return !!(typeof MathJax !== 'undefined' && MathJax && MathJax.Hub)
|
|
}
|