sinclairzx81 / typebox

Json Schema Type Builder with Static Type Resolution for TypeScript
Other
4.77k stars 152 forks source link

Fix (#754) - Allow decimal values in multipleOf option for Number types #755

Closed apancutt closed 6 months ago

apancutt commented 6 months ago

Allow Number types to be configured with a decimal multipleOf value (fixes #754).

Validation for BigInt, Integer and Date types were unmodified as these should only ever be dealing with modulus-safe integers.

apancutt commented 6 months ago

See https://github.com/sinclairzx81/typebox/discussions/757