html-spec-tags - v2.2.3
    Preparing search index...

    Variable isMathmlSpecTagNameConst

    isMathmlSpecTagName: (
        input: unknown,
    ) => input is
        | "annotation"
        | "annotation-xml"
        | "maction"
        | "math"
        | "merror"
        | "mfrac"
        | "mi"
        | "mmultiscripts"
        | "mn"
        | "mo"
        | "mover"
        | "mpadded"
        | "mphantom"
        | "mprescripts"
        | "mroot"
        | "mrow"
        | "ms"
        | "mspace"
        | "msqrt"
        | "mstyle"
        | "msub"
        | "msubsup"
        | "msup"
        | "mtable"
        | "mtd"
        | "mtext"
        | "mtr"
        | "munder"
        | "munderover"
        | "semantics" = mathmlAsserters.typeGuard

    Type guards the input as a valid MathML spec tag name.

    Type declaration

      • (
            input: unknown,
        ): input is
            | "annotation"
            | "annotation-xml"
            | "maction"
            | "math"
            | "merror"
            | "mfrac"
            | "mi"
            | "mmultiscripts"
            | "mn"
            | "mo"
            | "mover"
            | "mpadded"
            | "mphantom"
            | "mprescripts"
            | "mroot"
            | "mrow"
            | "ms"
            | "mspace"
            | "msqrt"
            | "mstyle"
            | "msub"
            | "msubsup"
            | "msup"
            | "mtable"
            | "mtd"
            | "mtext"
            | "mtr"
            | "munder"
            | "munderover"
            | "semantics"
      • Parameters

        • input: unknown

        Returns input is
            | "annotation"
            | "annotation-xml"
            | "maction"
            | "math"
            | "merror"
            | "mfrac"
            | "mi"
            | "mmultiscripts"
            | "mn"
            | "mo"
            | "mover"
            | "mpadded"
            | "mphantom"
            | "mprescripts"
            | "mroot"
            | "mrow"
            | "ms"
            | "mspace"
            | "msqrt"
            | "mstyle"
            | "msub"
            | "msubsup"
            | "msup"
            | "mtable"
            | "mtd"
            | "mtext"
            | "mtr"
            | "munder"
            | "munderover"
            | "semantics"