bare-script 3.0.5 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/data.js CHANGED
@@ -75,7 +75,7 @@ const rCSVQuoteEscape = /""/g;
75
75
  *
76
76
  * @param {Object[]} data - The data array. Row objects are updated with parsed/validated values.
77
77
  * @param {boolean} [csv=false] - If true, parse value strings
78
- * @returns {Object} The map of field name to field type ("datetime", "number", "string")
78
+ * @returns {Object} The map of field name to field type ("boolean", "datetime", "number", "string")
79
79
  * @throws Throws an error if data is invalid
80
80
  */
81
81
  export function validateData(data, csv = false) {