-
-
Save virajkulkarni14/f0e1bf4e8c4519260e2ef103a2664668 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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