fix(types): Export AnalyseResult and DetectResult types
This commit is contained in:
parent
dfa504f4d5
commit
1472a8bb8e
|
@ -14,7 +14,7 @@ interface FullOptions {
|
||||||
offset: number
|
offset: number
|
||||||
}
|
}
|
||||||
|
|
||||||
type Options = Partial<FullOptions>
|
export type Options = Partial<FullOptions>
|
||||||
|
|
||||||
const recognisers: Recogniser[] = [
|
const recognisers: Recogniser[] = [
|
||||||
new Utf8(),
|
new Utf8(),
|
||||||
|
|
Loading…
Reference in New Issue