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

    Checks if a number is a PositiveInt16 (16-bit positive signed integer in the range [1, 2^15)).

    Type Declaration

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

        • a: number

        Returns a is PositiveInt16

        true if the value is a PositiveInt16, false otherwise.