UNPKG

byte-rw

Version:

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

3 lines (2 loc) 92 B
export const textEncoder = new TextEncoder(); export const textDecoder = new TextDecoder();