stringifyMessage() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Stringify a message using its syntax representation.
Signature:
export declare function stringifyMessage(msg: Message | MessageFormat): string;
Parameters
Parameter | Type | Description |
---|---|---|
msg | Message | MessageFormat |
Returns:
string