The value to be stringified.
Optional
options: SafeStringifyOptionsOptions to modify the output.
A default value to return if the value to be stringified cannot be stringified.
A number indicating how many spaces to indent nested structures. When specified, values are stringified over multiple lines indented the specified amount for each scope of the object.
The stringified value or the default value.
Stringify an item, returning an empty string on error, null, or undefined.
The value to be stringified.
Optional
defaultValue: stringThe default value to return if the value is null, undefined, or not stringifiable.
The stringified value.
Stringify an item, returning an empty string on error, null, or undefined.