Skip to main content
Module

x/byte_type/mod.ts>endianess

😋 A small helper module for working with different raw types in javascript
Go to Latest
function endianess
import { endianess } from "https://deno.land/x/byte_type@0.1.7/mod.ts";

Checks the endianess of your machine, returns true if little endian and false if big endian.

Returns

boolean