@mathjax/src
    Preparing search index...

    Function lookup

    • Look up a value from object literal, being sure it is an actual property (not inherited), with a default if not found.

      Parameters

      • name: string

        The name of the key to look up.

      • lookup: OptionList

        The list of options to check.

      • def: any = null

        The default value if the key isn't found.

      Returns any

      The value for the key.