Optional
firstName: null | stringThe first name to format.
Optional
lastName: null | stringThe last name to format.
Optional
options: FormatStringOptionsThe options to use when formatting the full name.
The formatted full name.
Generated using TypeDoc
Formats a full name based on the specified options. Use a custom callback if necessary.