host-endianness

0.1.3 • Public • Published

Get host machine (native) endianness (byte order), like Node's os.endianness but portable.

const hostEndianness = require('host-endianness');
console.log(hostEndianness); // 'LE' or 'BE'

Package Sidebar

Install

npm i host-endianness

Weekly Downloads

1

Version

0.1.3

License

ISC

Last publish

Collaborators

  • yurah