UNPKG

@iwsio/json-csv-core

Version:

Easily convert JSON to CSV. This is a core library built for browser and node to support buffered conversion to CSV.

5 lines (4 loc) 150 B
import { buffered } from './exporter.js'; export * as exporter from './exporter.js'; export { buffered, buffered as toCsv }; export default buffered;