rangeValidatortsfunction rangeValidator(min, max): (x) => x is number Creates a validator which tests if the target is a number and is equal to or between the min and max values. Parameters ParameterTypeminnumbermaxnumber Returns Function Parameters ParameterTypexunknown Returns x is number