Function formatFullName

  • Formats a full name based on the specified options. Use a custom callback if necessary.

    Parameters

    • Optional firstName: null | string

      The first name to format.

    • Optional lastName: null | string

      The last name to format.

    • Optional options: FormatStringOptions

      The options to use when formatting the full name.

    Returns string

    The formatted full name.

Generated using TypeDoc