Skip to content

Commit 810caae

Browse files
authoredJun 12, 2022
Make ignoreFiles option accept readonly arrays (#235)
1 parent 42136ef commit 810caae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface Options extends FastGlobOptionsWithoutCwd {
5454
5555
@default undefined
5656
*/
57-
readonly ignoreFiles?: string | string[];
57+
readonly ignoreFiles?: string | readonly string[];
5858

5959
/**
6060
The current working directory in which to search.

0 commit comments

Comments
 (0)
Please sign in to comment.