Function: telHref()
telHref(
phone):string
Defined in: src/lib/ar/view.ts:55
A phone as a tel: href body: + and digits only, so contact data can't smuggle URI syntax.
(Not encodeURIComponent — that would turn E.164's leading + into %2B, which some dialers
refuse to treat as the international prefix.)
Parameters
phone
string
Returns
string