UNPKG
byte-rw
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Byte reader/writer for buffers and streams in typescript/javascript
byte-rw
/
src
/
interfaces
/
index.ts
4 lines
•
123 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./reader.js'
export
*
from
'./reader-async.js'
export
*
from
'./writer.js'
export
*
from
'./writer-async.js'