gege251 / elm-validator-pipeline / Validator.Number

Validators for Ints and Floats.

min : x -> number -> Validator x number number

Checks if a number is greater than or equal to a given number

max : x -> number -> Validator x number number

Checks if a number is smaller than or equal to a given number