Skip to main content
Module

x/ngrok/deps.ts>readLines

Expose your localhost to the web. Ultra-simple deno wrapper for ngrok.
Latest
function readLines
import { readLines } from "https://deno.land/x/ngrok@4.0.1/deps.ts";

Read strings line-by-line from a Reader.

Parameters

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

Returns

AsyncIterableIterator<string>