mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
40a1c302f9
[web] de-ng learn wiki page GitOrigin-RevId: defb1c1c90fe17e843f36253e81c2455b7dddfb1
5 lines
128 B
JavaScript
5 lines
128 B
JavaScript
/* global MathJax */
|
|
|
|
export function mathJaxLoaded() {
|
|
return !!(typeof MathJax !== 'undefined' && MathJax && MathJax.Hub)
|
|
}
|