Skip to main content
Module

std/encoding/csv.ts>HeaderOptions

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

HeaderOptions provides the column definition and the parse function for each entry of the column.

Properties

name: string
optional
parse: (input: string) => unknown