The value to be stringified.
Optional
options: SafeStringifyOptionsOptions to modify the output.
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.
Generated using TypeDoc
Stringify an item, returning an empty string on error, null, or undefined.