Package: effect Module: Stream
effect
Stream
Splits strings on newlines. Handles both Windows newlines (\r\n) and UNIX newlines (\n).
\r\n
\n
Signature
declare const splitLines: <E, R>(self: Stream<string, E, R>) => Stream<string, E, R>
Source
Since v2.0.0