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.
path.matchesGlob
1 parent 44d7b92 commit 87f829bCopy full SHA for 87f829b
doc/api/path.md
@@ -289,10 +289,12 @@ path.format({
289
added:
290
- v22.5.0
291
- v20.17.0
292
+changes:
293
+ - version: REPLACEME
294
+ pr-url: https://github.com/nodejs/node/pull/59572
295
+ description: Marking the API stable.
296
-->
297
-> Stability: 1 - Experimental
-
298
* `path` {string} The path to glob-match against.
299
* `pattern` {string} The glob to check the path against.
300
* Returns: {boolean} Whether or not the `path` matched the `pattern`.
0 commit comments