Reference
escapeHtmlBatch
Escapes a batch of values as HTML text using the native helper when available.
Signature
function escapeHtmlBatch(values: readonly unknown[]): string[]Reference
Escapes a batch of values as HTML text using the native helper when available.
function escapeHtmlBatch(values: readonly unknown[]): string[]