Skip to content

Commit 0b014a7

Browse files
authored
chore: add JSDoc returns information (#33)
1 parent 2b24ebd commit 0b014a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: index.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var escaped = /\\([\!\*\?\|\[\]\(\)\{\}])/g;
1414
* @param {string} str
1515
* @param {Object} opts
1616
* @param {boolean} [opts.flipBackslashes=true]
17+
* @returns {string}
1718
*/
1819
module.exports = function globParent(str, opts) {
1920
var options = Object.assign({ flipBackslashes: true }, opts);

0 commit comments

Comments
 (0)