Skip to content

Commit fbef681

Browse files
author
Dmitry Shirokov
authored
Merge pull request #73 from runk/trigger-release
fix(types): Export AnalyseResult and DetectResult types
2 parents dfa504f + 1472a8b commit fbef681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface FullOptions {
1414
offset: number
1515
}
1616

17-
type Options = Partial<FullOptions>
17+
export type Options = Partial<FullOptions>
1818

1919
const recognisers: Recogniser[] = [
2020
new Utf8(),

0 commit comments

Comments
 (0)