Skip to content

API reference / @localizer/format / stringify

Function: stringify()

stringify(value): Localizable

Defined in: fn/stringify.ts:27

Converts any value to a Localizable object.

Parameters

ParameterTypeDescription
valueunknownThe value to convert.

Returns

Localizable

A Localizable object that provides the string representation of the value.