Skip to main content

Type Alias: Parser<T>

Parser<T> = Validator<T>["parse"]

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputParsers.ts:4

A function type which formats a value into a string.

Type Parameters

Type Parameter
T