Skip to main content
Module

x/proc/mod3.ts>toLines

A better way to work with processes in Deno.
Go to Latest
function toLines
Re-export
import { toLines } from "https://deno.land/x/proc@0.21.8/mod3.ts";

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

Parameters

buffs: AsyncIterable<Uint8Array>

The iterable bytes.

Returns

AsyncIterable<string>