mimekit-ts - v1.0.0
    Preparing search index...

    Function isHtmlAttributeId

    • Whether value is one of the HtmlAttributeId enum values. Used to disambiguate the C# id/name overloads that collapse to a single TS signature.

      Parameters

      • value: unknown

        The value to test.

      Returns value is HtmlAttributeId

      true if the value is an HTML attribute identifier; otherwise, false.