Skip to content

Commit

Permalink
Make ignoreFiles option accept readonly arrays (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmattyg007 committed Jun 12, 2022
1 parent 42136ef commit 810caae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -54,7 +54,7 @@ export interface Options extends FastGlobOptionsWithoutCwd {
@default undefined
*/
readonly ignoreFiles?: string | string[];
readonly ignoreFiles?: string | readonly string[];

/**
The current working directory in which to search.
Expand Down

0 comments on commit 810caae

Please sign in to comment.