Const
Checks if a number is a NegativeSafeInt (a negative safe integer in the range [Number.MIN_SAFE_INTEGER, -1]).
[Number.MIN_SAFE_INTEGER, -1]
true if the value is a NegativeSafeInt, false otherwise.
true
false
Checks if a number is a NegativeSafeInt (a negative safe integer in the range
[Number.MIN_SAFE_INTEGER, -1]).