File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ let converter = require('json-2-csv');
64
64
65
65
For examples, please refer to the [ json2csv API Documentation (Link)] ( https://github.com/mrodrig/json-2-csv/wiki/json2csv-Documentation )
66
66
67
- #### Promisified Version: json2csvPromisified(array, options).then(...).catch(...);
67
+ #### Promisified Version: ` converter. json2csvPromisified(array, options)`
68
68
69
69
Available in version ` 2.2.0 ` , this functionality makes use of promises from the ` bluebird ` module.
70
70
71
- #### csv2json(csv, callback, options)
71
+ #### ` converter. csv2json(csv, callback, options)`
72
72
73
73
* ` csv ` - A string of CSV
74
74
* ` callback ` - A function of the form ` function (err, array) ` ; This function will receive any errors and/or the array of JSON documents generated.
@@ -93,7 +93,7 @@ Available in version `2.2.0`, this functionality makes use of promises from the
93
93
94
94
For examples, please refer to the [ csv2json API Documentation (Link)] ( https://github.com/mrodrig/json-2-csv/wiki/csv2json-Documentation )
95
95
96
- #### Promisified Version: csv2jsonPromisified(csv, options).then(...).catch(...);
96
+ #### Promisified Version: ` csv2jsonPromisified(csv, options) `
97
97
98
98
Available in version ` 2.2.0 ` , this functionality makes use of promises from the ` bluebird ` module.
99
99
You can’t perform that action at this time.
0 commit comments