Skip to main content
Module

std/encoding/csv.ts>readMatrix

Deno standard library
Go to Latest
function readMatrix
import { readMatrix } from "https://deno.land/std@0.41.0/encoding/csv.ts";

Parameters

reader: BufReader
optional
opt: ReadOptions = [UNSUPPORTED]

Returns

Promise<string[][]>