UNPKG

faster-csv

Version:

Minimal dependency, fast CSV parser and formatter using modern Node.js APIs.

4 lines (3 loc) 94 B
// src/index.ts export { parseCSV } from "./parser"; export { formatCSV } from "./formatter";