O3 Framework / inRange
inRange(
min,max):Validator
Defined in: packages/framework/esm-config/src/validators/validators.ts:11
Verifies that the value is between the provided minimum and maximum
number
Minimum acceptable value
number
Maximum acceptable value
A validator function that checks if a value is within the specified range.