UNPKG

read-next-line

Version:
8 lines (7 loc) 202 B
export declare class LineSplitter extends TransformStream<Uint8Array, string> { private buffer; private readonly separator; private decoder?; private textEncoding?; constructor(); }