Function: guessHonorific()
guessHonorific(
firstName):""|"Mr."|"Ms."|"Mrs."|"Mx."|"Dr."|"Prof."
Defined in: src/lib/names/honorific.ts:242
Suggested honorific from a first name — '' unless the name is in the high-confidence set.
Parameters
firstName
string | null | undefined
Returns
"" | "Mr." | "Ms." | "Mrs." | "Mx." | "Dr." | "Prof."