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.
maxLength
1 parent ff333ab commit d6df3e8Copy full SHA for d6df3e8
‎types/picomatch/lib/picomatch.d.ts‎
@@ -125,7 +125,7 @@ declare namespace picomatch {
125
/**
126
* Limit the max length of the input string. An error is thrown if the input string is longer than this value.
127
*/
128
- maxLength?: boolean | undefined;
+ maxLength?: number | undefined;
129
130
* Disable brace matching, so that `{a,b}` and `{1..3}` would be treated as literal characters.
131
0 commit comments