API reference / @localizer/format / stringify
Function: stringify()
stringify(
value
):Localizable
Defined in: fn/stringify.ts:27
Converts any value to a Localizable
object.
Parameters
Parameter | Type | Description |
---|---|---|
value | unknown | The value to convert. |
Returns
A Localizable
object that provides the string representation of the value.