• Type guard narrowing value to HTMLString. Returns true only if value is a string that, when parsed, contains at least one element node.

    Parameters

    • value: unknown

      The value to test.

    Returns value is HTMLString

    true if value is a string that parses to at least one element node.