Skip to content

Commit 9dfe7e1

Browse files
Add new negatedExtglob state to result of scan
See micromatch/picomatch@ce64fd1
1 parent 6336a6e commit 9dfe7e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/micromatch/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ declare namespace micromatch {
289289
isExtglob: boolean;
290290
isGlobstar: boolean;
291291
negated: boolean;
292+
negatedExtglob: boolean;
292293
}
293294

294295
interface ScanInfoToken {

0 commit comments

Comments
 (0)