import { ProcessEnumerable } from "https://deno.land/x/proc@0.20.22/src/enumerable.ts";
Enumerable which may be substituted when we know we are returning Uint8Array
data.
Properties
readonly
lines: Enumerable<string>Convert the output to text lines.
Note that this should probably only be used with small data. Consider chunkedLines to improve performance with larger data.