Type Alias: FormatterFunction()<T>
FormatterFunction<T> = (value) => string
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormatters.ts:4
A function type which formats a value into a string.
Type Parameters
Parameters
Returns
string