Function: serializeMerged()¶
serializeMerged(
data,format):string
Defined in: formatters/src/structured-output.ts:165
Serialize a merged settings object deterministically.
Parameters¶
data¶
Record\<string, unknown>
The settings object to serialize
format¶
"json" | "toml"
Target format ('json' or 'toml')
Returns¶
string
Serialized string