@mathjax/src
    Preparing search index...

    Function combineConfig

    • Combine user-produced configuration with existing defaults. Values from src will replace those in dst.

      Parameters

      • dst: any

        The destination config object (to be merged into)

      • src: any

        The source configuration object (to replace default values in dst}

      • check: boolean = false

        True when combining into MathJax._ to avoid setting a property with a getter

      Returns any

      The resulting (modified) config object