Skip to main content
Module

std/encoding/csv/_io.ts>LineReader

Deno standard library
Go to Latest
interface LineReader
import { type LineReader } from "https://deno.land/std@0.177.0/encoding/csv/_io.ts";

Methods

readLine(): Promise<string | null>
isEOF(): Promise<boolean>