UNPKG

byte-rw

Version:

Byte reader/writer for buffers and streams in typescript/javascript

5 lines (4 loc) 128 B
export * from './reader.js'; export * from './reader-async.js'; export * from './writer.js'; export * from './writer-async.js';