Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BufferUtils.ByteOrder

import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.3/src/byte_order.ts"; 

const { ByteOrder } = BufferUtils;
const ByteOrder;
type ByteOrder = ByteOrder[keyof ByteOrder];

§Type

§
ByteOrder[keyof ByteOrder]
[src]