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.js
4 lines
(3 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
// src/index.ts
export
{ parseCSV }
from
"./parser"
;
export
{ formatCSV }
from
"./formatter"
;