Merge pull request #73 from runk/trigger-release

fix(types): Export AnalyseResult and DetectResult types
This commit is contained in:
Dmitry Shirokov 2023-01-06 09:09:56 +11:00 committed by GitHub
commit fbef681230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(),