Function printMessage

  • Create a string version of the message that can be displayed for human eyes to understand.

    Returns

    a string representation fo the message

    Example

    console.log(printMessage(message));
    

    Type Parameters

    Parameters

    • message: Omit<Message<FD>, "show">

    Returns string

Generated using TypeDoc