UNPKG
csv-tools
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Convert CSV to JSON and JSON to CSV.
github.com/blizarazu/csv-tools
blizarazu/csv-tools
csv-tools
/
dist
/
fromJSON.d.ts
2 lines
(1 loc)
•
86 B
TypeScript
View Raw
1
2
export
declare
function
jsonArrayToCsv
(
jsonArray
:
any
[],
delimiter
?:
string
):
string
;