mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
860608538b
[web] de-ng learn wiki page GitOrigin-RevId: defb1c1c90fe17e843f36253e81c2455b7dddfb1
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
/* global MathJax */
|
|
|
|
export function mathJaxLoaded() {
|
|
return !!(typeof MathJax !== 'undefined' && MathJax && MathJax.Hub)
|
|
}
|