UNPKG
@chickenjdk/byteutils
Version:
latest (3.3.2)
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
2.2.0
2.0.0
1.0.0
Some utilitys for working with binary data
github.com/chickenjdk/byteutils
chickenjdk/byteutils
@chickenjdk/byteutils
/
dist
/
index.d.ts
6 lines
(5 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
"./readableBuffer"
;
export
*
from
"./writableBuffer"
;
export
*
from
"./stream"
;
export
{ addDefaultEndianness }
from
"./common"
;
export
*
as
common
from
"./common"
;