Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ParseCsvOptions
implements ReadOptions
import { type ParseCsvOptions } from "https://deno.land/std@0.37.0/encoding/mod.ts";

Properties

header: boolean | string[] | HeaderOptions[]
optional
parse: (input: unknown) => unknown