Appearance
boolean
Check that number is <= max value
Kind: global function
number
Example
import max from '@hiperf/validate/max'; max(5,7); // true max(7,5); // false