import { endianness } from "https://deno.land/std@0.74.0/node/os.ts";
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.
import { endianness } from "https://deno.land/std@0.74.0/node/os.ts";
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.