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(),