Skip to content

Type Alias: CoerceFunction()

ts
type CoerceFunction = (value: any, helpers: CustomHelpers) => CoerceResult;

Parameters

ParameterType
valueany
helpersCustomHelpers

Returns

CoerceResult