linear.nullablenumbercomparator
Home > @runlightyear/linear > NullableNumberComparator
NullableNumberComparator interface
Signature:interface NullableNumberComparator extends NumberComparator
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
null? | boolean | Null constraint. Matches any non-null values if the given value is false, otherwise it matches null values. |