Lexes the given chunk of CSV binary data.
Optionalchunk: Uint8Array<ArrayBufferLike>The chunk of CSV binary data (Uint8Array) to be lexed. Omit to flush remaining data.
Optionaloptions: CSVLexerLexOptionsLexer options.
An iterable iterator of tokens.
Binary CSV Lexer interface
BinaryCSVLexer tokenizes binary CSV data (Uint8Array) into fields and records.