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

    Checks if a number is a Uint16 (16-bit unsigned integer in the range [0, 2^16)).

    Type Declaration

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

        • a: number

        Returns a is Uint16

        true if the value is a Uint16, false otherwise.