We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b24ebd commit 0b014a7Copy full SHA for 0b014a7
index.js
@@ -14,6 +14,7 @@ var escaped = /\\([\!\*\?\|\[\]\(\)\{\}])/g;
14
* @param {string} str
15
* @param {Object} opts
16
* @param {boolean} [opts.flipBackslashes=true]
17
+ * @returns {string}
18
*/
19
module.exports = function globParent(str, opts) {
20
var options = Object.assign({ flipBackslashes: true }, opts);
0 commit comments