VerifyExpression type
Verify the result of an expression is of the appropriate type and return a string if not.
type VerifyExpression = (
value: any,
expression: Expression,
child: number
) => string | undefined
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Verify the result of an expression is of the appropriate type and return a string if not.
type VerifyExpression = (
value: any,
expression: Expression,
child: number
) => string | undefined