Merge pull request #73 from runk/trigger-release
fix(types): Export AnalyseResult and DetectResult types
This commit is contained in:
commit
fbef681230
|
@ -14,7 +14,7 @@ interface FullOptions {
|
|||
offset: number
|
||||
}
|
||||
|
||||
type Options = Partial<FullOptions>
|
||||
export type Options = Partial<FullOptions>
|
||||
|
||||
const recognisers: Recogniser[] = [
|
||||
new Utf8(),
|
||||
|
|
Loading…
Reference in New Issue