Skip to main content
variable downloadCSV
import { downloadCSV } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Convert array(csv) string to doanloadable file

type

(csvContent: string, name?: string) => unknown