stringifyCST() 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 CST. Does not perform any error checking or validation.

Signature:

export declare function stringifyCST(cst: CST.Message): string;

Parameters

Parameter Type Description
cst CST.Message  

Returns:

string