Const
Type guard that checks if a value is a non-negative integer less than 2^32.
Returns true for a non-negative integer less than 2^32 — a value with no fractional component.
true
true if the value is a non-negative integer less than 2^32, false otherwise
false
Type guard that checks if a value is a non-negative integer less than 2^32.
Returns
truefor a non-negative integer less than 2^32 — a value with no fractional component.