Go to Latest
class CsvStream
implements TransformStream<string, Array<string>>
import { CsvStream } from "https://dotland.deno.dev/std@0.170.0/encoding/csv/stream.ts";

Constructors

new
CsvStream(options?: CsvStreamOptions)

Properties

readonly
readable: ReadableStream<Array<string>>
readonly
writable: WritableStream<string>