Skip to main content
Module

std/encoding/csv/_parser.ts>Parser

Deno standard library
Go to Latest
class Parser
import { Parser } from "https://deno.land/std@0.166.0/encoding/csv/_parser.ts";

Constructors

new
Parser(unnamed 0?: ReadOptions)

Methods

parse(input: string): string[][]