Skip to main content
Module

x/actionify/config/deps.ts>readLines

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function readLines
import { readLines } from "https://deno.land/x/actionify@0.3.0/config/deps.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader
optional
decoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }

Returns

AsyncIterableIterator<string>