UNPKG

csv-generate

Version:

CSV and object generation implementing the Node.js `stream.Readable` API

6 lines (3 loc) 141 B
import { Options } from "./index.cjs"; declare function generate(options?: Options): ReadableStream<Buffer>; export { generate, Options };