Skip to main content

Interface: Validator<T>

Validates an input string into a value of a type

Type parameters

Name
T

Methods

parse

parse(input): null | T | Promise<null | T>

Parameters

NameType
inputstring

Returns

null | T | Promise<null | T>

Defined in

src/sdk/fmc/FmcFormat.ts:8