fix(types): Export AnalyseResult and DetectResult types

This commit is contained in:
Dmitry Shirokov 2023-01-06 09:08:20 +11:00
parent dfa504f4d5
commit 1472a8bb8e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ interface FullOptions {
offset: number
}
type Options = Partial<FullOptions>
export type Options = Partial<FullOptions>
const recognisers: Recogniser[] = [
new Utf8(),