LogoRobo.js
Framework

formatSchemaChanges()

Function: formatSchemaChanges()

function formatSchemaChanges(changes, options): string

Format schema changes for display.

Parameters

ParameterTypeDescription
changesSchemaChange[]List of schema changes
options{ color: boolean; indent: string; }Formatting options
options.color?boolean-
options.indent?string-

Returns

string

Formatted string for display

On this page