Example #1
0
 validate: val => intRange(1, 100)(val)
Example #2
0
 validate: value => value === undefined || intRange()(value),