Skip to main content
Module

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

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

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean