Skip to main content

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

Type Parameter
T

Parameters

ParameterType
valueT

Returns

string