UNPKG
@oslojs/binary
Version:
latest (1.0.0)
1.0.0
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Basic primitives for working with binary data
github.com/oslo-project/binary
oslo-project/binary
@oslojs/binary
/
dist
/
index.d.ts
6 lines
(5 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
export
{ bigEndian, littleEndian }
from
"./uint.js"
;
export
{ compareBytes, concatenateBytes,
DynamicBuffer
}
from
"./bytes.js"
;
export
{ rotl32, rotr32, rotl64, rotr64 }
from
"./bits.js"
;
export
{ bigIntBytes, bigIntFromBytes }
from
"./big.js"
;
export
type
{
ByteOrder
}
from
"./uint.js"
;