Type Alias: BooleanFunc
BooleanFunc = (
val) =>boolean
Defined in: core/src/ValidationUtils.ts:9
A simple validation function that returns a boolean success or fail.
Parameters
val
any
Returns
boolean
BooleanFunc = (
val) =>boolean
Defined in: core/src/ValidationUtils.ts:9
A simple validation function that returns a boolean success or fail.
any
boolean