Code referenceliblib/csvfunctionsFunction: toCsv()On this pageFunction: toCsv() toCsv(headers, rows): string Defined in: src/lib/csv/index.ts:17 Render rows to a CSV string. headers is the first line; each row is escaped per field. Parameters headers readonly string[] rows readonly CsvValue[][] Returns string