Const
Type guard that checks if a value is a non-zero safe integer.
Returns true for a non-zero safe integer — a value with no fractional component.
true
true if the value is a non-zero safe integer, false otherwise
false
Type guard that checks if a value is a non-zero safe integer.
Returns
truefor a non-zero safe integer — a value with no fractional component.