docs: add missing JSDoc param for parseExtendedQueryString

closes #5130
This commit is contained in:
Rakesh Bisht
2023-02-22 18:30:50 +05:30
committed by Douglas Christopher Wilson
parent b9f7a97fe1
commit 506fbd63be

View File

@@ -280,6 +280,7 @@ function createETagGenerator (options) {
/**
* Parse an extended query string with qs.
*
* @param {String} str
* @return {Object}
* @private
*/