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'

/host-endianness/

    Package Sidebar

    Install

    npm i host-endianness

    Weekly Downloads

    4

    Version

    0.1.3

    License

    ISC

    Last publish

    Collaborators

    • yurah