Uint8.MIN_VALUE
import { Uint8 } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { MIN_VALUE } = Uint8;
The minimum value of 8-bit unsigned integer.
const MIN_VALUE: 0;
import { Uint8 } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { MIN_VALUE } = Uint8;
The minimum value of 8-bit unsigned integer.