View Source Fussy.Validators.Integer (fussy v0.1.0-rc.2)

Link to this section Summary

Link to this section Types

@opaque t()

Link to this section Functions

@spec new(
  strict: boolean(),
  gt: number() | nil,
  lt: number() | nil,
  gte: number() | nil,
  lte: number() | nil,
  multiple_of: integer() | nil
) :: t()
Link to this function

validate(integer, path, term, original_term)

View Source