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

    Checks if a number is a NonNegativeInt16 (16-bit non-negative signed integer in the range [0, 2^15)).

    Type Declaration

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

        • a: number

        Returns a is NonNegativeInt16

        true if the value is a NonNegativeInt16, false otherwise.