We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14042e commit 0f7951cCopy full SHA for 0f7951c
lib.js
@@ -5,7 +5,7 @@ let path = require("node:path");
5
exports.FileFinder = class FileFinder {
6
/**
7
* @param {string} root
8
- * @param {FileFinderOptions} options?
+ * @param {FileFinderOptions} options
9
*/
10
constructor(root, { skipDotfiles, filter }) {
11
this._root = root;
0 commit comments