@mathjax/src
    Preparing search index...

    Variable chooseAdaptorConst

    chooseAdaptor:
        | (() => HTMLAdaptor<HTMLElement, Text, Document>)
        | ((options?: OptionList) => LiteAdaptor) = ...

    Select which adaptor to use (depending on whether we are in a browser or node.js)

    Type declaration