import * as bufferUtils.es from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/4.0.6/deps.ts";| Uint16.BYTES | |
| Uint16.MAX_VALUE | |
| Uint16.MIN_VALUE | |
| Uint16.SIZE | |
| Uint32.BYTES | |
| Uint32.MAX_VALUE | |
| Uint32.MIN_VALUE | |
| Uint32.SIZE | |
| Uint8.BYTES | |
| Uint8.MAX_VALUE | The maximum value of 8-bit unsigned integer. |
| Uint8.MIN_VALUE | The minimum value of 8-bit unsigned integer. |
| Uint8.SIZE |
| Uint16 | The type of 16-bit unsigned integer. |
| Uint32 | The type of 32-bit unsigned integer. |
| Uint8 | The type of 8-bit unsigned integer. |
| Uint8.FromOptions |