Create a string version of the message that can be displayed for human eyes to understand.
a string representation fo the message
console.log(printMessage(message));
Generated using TypeDoc
Create a string version of the message that can be displayed for human eyes to understand.
Returns
a string representation fo the message
Example