BufferUtils.Uint64
import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.1/deps.ts";
const { Uint64 } = BufferUtils;The type of 64-bit unsigned integer.
type Uint64 = bigint;
import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.1/deps.ts";
const { Uint64 } = BufferUtils;The type of 64-bit unsigned integer.