astro-ghostcms/.pnpm-store/v3/files/cb/ddc1778c1b8f56f19f2c81f6cf9...

10 lines
253 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
// Alias to the ES6 modules exposing the stream and callback APIs
module.exports = {
generate: require('csv-generate/lib'),
parse: require('csv-parse/lib'),
transform: require('stream-transform/lib'),
stringify: require('csv-stringify/lib')
}