@mathjax/src
    Preparing search index...

    Type Alias COMBINE<T>

    COMBINE: (T extends any ? (x: T) => void : never) extends (x: infer I) => void
        ? I
        : never

    Combine "|" types into "&" types.

    Type Parameters

    • T