Skip to content

Commit

Permalink
Merge pull request #105 from DamianGlowala/patch-1
Browse files Browse the repository at this point in the history
chore: export `Options` interface
  • Loading branch information
kaelzhang committed Nov 16, 2023
2 parents ad88c32 + 44a140d commit 517d750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -42,7 +42,7 @@ export interface Ignore {
test(pathname: Pathname): TestResult
}

interface Options {
export interface Options {
ignorecase?: boolean
// For compatibility
ignoreCase?: boolean
Expand Down

0 comments on commit 517d750

Please sign in to comment.