Skip to content

Commit

Permalink
Merge pull request #53 from mhemrg/patch-1
Browse files Browse the repository at this point in the history
Export Ignore interface
  • Loading branch information
kaelzhang committed Apr 14, 2019
2 parents 83a3038 + a5d28eb commit e34dbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface TestResult {
unignored: boolean
}

interface Ignore {
export interface Ignore {
/**
* Adds a rule rules to the current manager.
* @param {string | Ignore} pattern
Expand Down

0 comments on commit e34dbb1

Please sign in to comment.