nest-papaparse
v0.0.10
Published
A simple wrapper for papaparse library with aditional facilities
Downloads
9
Maintainers
Readme
Nest Papaparse
Papaparse wrapper provider for Nest.js with additional facilities
Usage
All you need to do is import the PapaparseModule into your module and inject the CsvExporterProvider into your providers. See samples:
- Exporting plain objects sample
- Exporting dto using Exportable decorator sample
Test
# unit tests
$ npm run test
Stay in touch
- Author - Michael Pacheco
License
nest-papaparse is MIT licensed.