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

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

    Type Declaration

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

        • a: number

        Returns a is PositiveUint32

        true if the value is a PositiveUint32, false otherwise.