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

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

    Type Declaration

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

        • a: number

        Returns a is PositiveInt32

        true if the value is a PositiveInt32, false otherwise.