View Source Fussy.Validators.Float (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
) :: t()