Module

x/proc/mod3.ts>toLines

A better way to work with processes in Deno.
Latest
function toLines
import { toLines } from "https://dotland.deno.dev/x/proc@0.21.9/mod3.ts";

Convert an AsyncIterable<Uint8Array> into an AsyncIterable<string> of lines.

Parameters

buffs: AsyncIterable<Uint8Array>

The iterable bytes.

Returns

AsyncIterable<string>
import toLines
import { toLines } from "https://dotland.deno.dev/x/proc@0.21.9/mod3.ts";