Interface BuildMessageOptions

Options for buildMessage.

interface BuildMessageOptions {
    stringDiff?: boolean;
}

Properties

Properties

stringDiff?: boolean

Whether to output the diff as a single string.

{false}