Skip to content

Commit

Permalink
chore: add JSDoc returns information (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Feb 3, 2021
1 parent 2b24ebd commit 0b014a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -14,6 +14,7 @@ var escaped = /\\([\!\*\?\|\[\]\(\)\{\}])/g;
* @param {string} str
* @param {Object} opts
* @param {boolean} [opts.flipBackslashes=true]
* @returns {string}
*/
module.exports = function globParent(str, opts) {
var options = Object.assign({ flipBackslashes: true }, opts);
Expand Down

0 comments on commit 0b014a7

Please sign in to comment.