Const
Type guard that checks if a value is a positive integer in [1, 2^31).
Returns true for a positive integer in [1, 2^31) — a value with no fractional component.
true
true if the value is a positive integer in [1, 2^31), false otherwise
false
Type guard that checks if a value is a positive integer in [1, 2^31).
Returns
truefor a positive integer in [1, 2^31) — a value with no fractional component.