Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/dep/std/io.ts>ReadLineResult

A frugal web framework
Go to Latest
interface ReadLineResult
import { type ReadLineResult } from "https://deno.land/x/frugal@0.3.0/dep/std/io.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean