Package: effect Module: String
effect
String
Returns an IterableIterator which yields each line contained within the string as well as the trailing newline character.
IterableIterator
Signature
declare const linesWithSeparators: (s: string) => LinesIterator
Source
Since v2.0.0