Skip to main content
Module

std/encoding/mod.ts>Endianness

Deno standard library
Go to Latest
type alias Endianness
import { type Endianness } from "https://deno.land/std@0.38.0/encoding/mod.ts";

How encoded binary data is ordered.

definition: "little" | "big"