Reference
escapeHtmlQuotedAttribute
Escapes a value for safe use inside an already quoted HTML attribute.
Signature
function escapeHtmlQuotedAttribute(value: unknown): stringReference
Escapes a value for safe use inside an already quoted HTML attribute.
function escapeHtmlQuotedAttribute(value: unknown): string