npm.io
1.0.1 • Published 8 years ago

pg-int8

Licence
ISC
Version
1.0.1
Deps
0
Vulns
0
Weekly
0
Stars
2

Build status

64-bit big-endian signed integer-to-string conversion designed for pg.

const readInt8 = require('pg-int8');

readInt8(Buffer.from([0, 1, 2, 3, 4, 5, 6, 7]))
// '283686952306183'