Skip to content

Commit

Permalink
fix(jsdoc): JSDoc Editting (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanziw authored and Ilya Radchenko committed Dec 8, 2016
1 parent fae53a1 commit 76075d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/json2csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var flatten = require('flat');

/**
* @name Json2CsvParams
* @type {Object}
* @typedef {Object}
* @property {Array} data - array of JSON objects
* @property {Array} [fields] - see documentation for details
* @property {String[]} [fieldNames] - names for fields at the same indexes. Must be same length as fields array
Expand Down

0 comments on commit 76075d6

Please sign in to comment.