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

x/capi/deps/std/io.ts>ReadLineResult

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface ReadLineResult
import { type ReadLineResult } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/io.ts";

Result type returned by of BufReader.readLine().

Properties

line: Uint8Array
more: boolean