Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/encoding/csv/_io.ts>LineReader

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

Methods

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