Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface CSVStreamOptions
import { type CSVStreamOptions } from "https://deno.land/std@0.134.0/encoding/csv/stream.ts";

Properties

optional
separator: string
optional
comment: string