import { os } from "https://deno.land/x/sdeno@v1.0.11/deps.ts";
const { endianness } = os;
Returns a string identifying the endianness of the CPU for which the Deno binary was compiled. Possible values are 'BE' for big endian and 'LE' for little endian.