Skip to content

Instantly share code, notes, and snippets.

@virajkulkarni14
Forked from MarkTiedemann/little_endian.js
Created May 27, 2020 07:17
Show Gist options
  • Save virajkulkarni14/f0e1bf4e8c4519260e2ef103a2664668 to your computer and use it in GitHub Desktop.
Save virajkulkarni14/f0e1bf4e8c4519260e2ef103a2664668 to your computer and use it in GitHub Desktop.
let isLittleEndian = new Uint8Array(new Uint16Array([0x1234]).buffer)[0] === 0x34;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment