We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda7169 commit ff43fdfCopy full SHA for ff43fdf
lib/utils.js
@@ -49,7 +49,7 @@ function typeChecker (type) {
49
* Normalizes the common options for all parsers.
50
*
51
* @param {object} options options to normalize
52
- * @param {string | string[] | function} defaultType default content type
+ * @param {string | string[] | function} defaultType default content type(s) or a function to determine it
53
* @returns {object}
54
*/
55
function normalizeOptions (options, defaultType) {
0 commit comments