diff --git a/index.d.ts b/index.d.ts index 6b159a1..66657af 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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