UNPKG

csv

Version:

A mature CSV toolset with simple api, full of options and tested against large datasets.

9 lines (6 loc) 283 B
// Alias to the modules exposing the sync API import { generate } from "csv-generate/sync"; import { parse } from "csv-parse/sync"; import { stringify } from "csv-stringify/sync"; import { transform } from "stream-transform/sync"; export { generate, parse, stringify, transform };