Skip to main content
Go to Latest
function stringify
Re-export
import { stringify } from "https://deno.land/std@0.157.0/encoding/csv_stringify.ts";

Parameters

data: DataItem[]

The array of objects to encode

optional
unnamed 1: StringifyOptions = [UNSUPPORTED]

Output formatting options

Returns

string