Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 352 Bytes

types.numberviolation.md

File metadata and controls

13 lines (8 loc) · 352 Bytes

Home > @skunkteam/types > NumberViolation

NumberViolation type

The supported additional checks on numeric types.

Signature:

type NumberViolation = 'min' | 'max' | 'multipleOf';