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
/
toJSON.d.ts
2 lines
(1 loc)
•
75 B
TypeScript
View Raw
1
2
export
declare
function
csvToJson
(
csv
:
string
,
delimiter
?:
string
):
any
[];