From 1472a8bb8eaed5a1d6ef3a1b31a307fe27f511fe Mon Sep 17 00:00:00 2001 From: Dmitry Shirokov Date: Fri, 6 Jan 2023 09:08:20 +1100 Subject: [PATCH] fix(types): Export AnalyseResult and DetectResult types --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7f519c8..4f2ac45 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,7 +14,7 @@ interface FullOptions { offset: number } -type Options = Partial +export type Options = Partial const recognisers: Recogniser[] = [ new Utf8(),