Package: effect Module: String
effect
String
Returns an IterableIterator which yields each line contained within the string, trimming off the trailing newline character.
IterableIterator
Signature
declare const linesIterator: (self: string) => LinesIterator
Source
Since v2.0.0