Const
Type guard that checks if a value is an integer in [-128, 127].
Returns true for an integer in [-128, 127] — a value with no fractional component.
true
true if the value is an integer in [-128, 127], false otherwise
false
Type guard that checks if a value is an integer in [-128, 127].
Returns
truefor an integer in [-128, 127] — a value with no fractional component.