Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/encoding/csv.ts>readMatrix

A modern runtime for JavaScript and TypeScript.
Go to Latest
function readMatrix
import { readMatrix } from "https://deno.land/x/deno@v0.28.0/std/encoding/csv.ts";

Parameters

reader: BufReader
optional
opt: ReadOptions = [UNSUPPORTED]

Returns

Promise<string[][]>