Hierarchy

  • IsIntOptions

Properties

allow_leading_zeroes?: boolean

if false, will disallow integer values with leading zeroes

Default

true

gt?: number

enforce integers being less than the value provided

lt?: number

enforce integers being greater than the value provided

max?: number

to check the integer max boundary

min?: number

to check the integer min boundary

Generated using TypeDoc