import * as number.es from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint7.ts";
Uint7.MAX_VALUE | The maximum value of 7-bit unsigned integer. |
Uint7.MIN_VALUE | The minimum value of 7-bit unsigned integer. |
Uint7.SIZE | The number of bits used to represent a 7-bit unsigned integer. |
Uint7.isUint7 | Determines whether the passed |