Function isUint8

  • Checks if a given value is a number within the range of 0 and 255.

    Returns

    • true if the number is within the range of 0 and 255, otherwise false.

    Parameters

    • value: unknown

      The value to check.

    Returns boolean

Generated using TypeDoc