effect-io-ai

Package: effect
Module: Stream

Stream.splitLines

Splits strings on newlines. Handles both Windows newlines (\r\n) and UNIX newlines (\n).

Signature

declare const splitLines: <E, R>(self: Stream<string, E, R>) => Stream<string, E, R>

Source

Since v2.0.0