Package: effect
Module: Schema
Validates that a number is a 32-bit unsigned integer (range: 0 to 4,294,967,295).
Details
JSON Schema:
This check corresponds to the format: "uint32" constraint in OpenAPI 3.1,
or minimum/maximum constraints in other JSON Schema targets.
Arbitrary:
When generating test data with fast-check, this applies integer and range constraints to ensure generated numbers are 32-bit unsigned integers.
Signature
declare const isUint32: (annotations?: Annotations.Filter) => SchemaAST.FilterGroup<number>
Since v4.0.0