mirror of
https://github.com/expressjs/express.git
synced 2026-02-22 03:51:36 +00:00
docs: add missing JSDoc param for parseExtendedQueryString
closes #5130
This commit is contained in:
committed by
Douglas Christopher Wilson
parent
b9f7a97fe1
commit
506fbd63be
@@ -280,6 +280,7 @@ function createETagGenerator (options) {
|
||||
/**
|
||||
* Parse an extended query string with qs.
|
||||
*
|
||||
* @param {String} str
|
||||
* @return {Object}
|
||||
* @private
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user