API reference / @localizer/core / ValueFormatter
Type Alias: ValueFormatter()<T>
ValueFormatter<
T
> = (value
) =>Localizable
Defined in: types/formatter.ts:27
Formats a value of type T
into a Localizable
representation.
Type Parameters
Type Parameter | Description |
---|---|
T | The type of the value to format. |
Parameters
Parameter | Type |
---|---|
value | T |