Skip to main content
Module

std/encoding/csv/_io.ts>LineReader

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface LineReader
import { type LineReader } from "https://deno.land/std@0.162.0/encoding/csv/_io.ts";

Methods

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