UNPKG

newline-async-iterator

Version:

Line-by-line async iterator for the browser and node

7 lines (6 loc) 245 B
/** * Create a new UTF-8 streaming decoder instance. * Each decoder maintains its own state for handling multi-byte * characters that span chunk boundaries. */ export default function createUTF8Decoder(): (uint8Array: Uint8Array) => string;