overleaf/services/web/frontend/js/features/mathjax/util.js

6 lines
128 B
JavaScript
Raw Normal View History

/* global MathJax */
export function mathJaxLoaded() {
return !!(typeof MathJax !== 'undefined' && MathJax && MathJax.Hub)
}