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

    Checks if a number is a NonZeroUint32 (32-bit non-zero 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 NonZeroUint32, false otherwise.