Stringification @localizer/format 1.0.1
stringify (
value
: any )
value
- The value to format. Can be any JavaScript value.
Converts any value into a locale-independent Localizable
using string coercion. Suitable for simple string representations.
WARNING
Only use stringify
for simple string representations. For other data types, use specialized formatters.
Examples: