Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Latest
interface ReadLineResult
Deprecated
Deprecated

(will be removed after 1.0.0) Use the Web Streams API instead.

import { type ReadLineResult } from "https://deno.land/x/redis@v0.32.3/vendor/https/deno.land/std/io/buf_reader.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean