Skip to content

Commit d6df3e8

Browse files
🤖 Merge PR DefinitelyTyped#71647 [@types/picomatch] Change maxLength options field type by @sergeiivankov
1 parent ff333ab commit d6df3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/picomatch/lib/picomatch.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ declare namespace picomatch {
125125
/**
126126
* Limit the max length of the input string. An error is thrown if the input string is longer than this value.
127127
*/
128-
maxLength?: boolean | undefined;
128+
maxLength?: number | undefined;
129129
/**
130130
* Disable brace matching, so that `{a,b}` and `{1..3}` would be treated as literal characters.
131131
*/

0 commit comments

Comments
 (0)