ts-data-forge
    Preparing search index...
    isUint32: (a: number) => a is Uint32 = is

    Checks if a number is a Uint32 (32-bit unsigned integer in the range [0, 2^32)).

    Type Declaration

      • (a: number): a is Uint32
      • Parameters

        • a: number

        Returns a is Uint32

        true if the value is a Uint32, false otherwise.