Skip to main content
Very Popular
Go to Latest
interface ReadLineResult
import { type ReadLineResult } from "https://deno.land/x/redis@v0.29.2/vendor/https/deno.land/std/io/buf_reader.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean