method Enumerable.prototype.chunkedLines
Enumerable.prototype.chunkedLines(): ChunkedLines<T>

Convert to text lines, grouped into arrays.

For large data or data that is broken into many small lines, this can improve performance over lines.

Return Type

Usage

import { Enumerable } from ".";