UNPKG

@iwsio/json-csv-node

Version:

ESM/CJS module that easily converts JSON to CSV. This package supports streaming and buffered conversion to CSV.

4 lines (3 loc) 181 B
import { stream, buffered, checkOptions } from './exporter.cjs'; export { buffered, stream, checkOptions } from './exporter.cjs'; export default { buffered, stream, checkOptions };