@webdeveric/utils
    Preparing search index...

    Function isUInt32

    • Determine if input is an integer within the unsigned 32-bit integer range.

      Parameters

      • input: unknown

      Returns input is UInt32

      isUInt32(42); // true
      isUInt32(-1); // false