From a5d28eb1588ad99f5e1ada4604673f696dcdd8ed Mon Sep 17 00:00:00 2001 From: Mohammad Hossein Ebadollahi Date: Sun, 14 Apr 2019 12:00:19 +0430 Subject: [PATCH] export Ignore interface --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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