UNPKG
faster-csv
Version:
latest (1.0.0)
1.0.0
Minimal dependency, fast CSV parser and formatter using modern Node.js APIs.
faster-csv
/
dist
/
index.d.ts
3 lines
(2 loc)
•
121 B
TypeScript
View Raw
1
2
3
export
{ parseCSV,
ParseCSVOptions
}
from
"./parser"
;
export
{ formatCSV,
FormatCSVOptions
,
CSVRow
}
from
"./formatter"
;