Comparing version 2.8.2 to 2.8.3
@@ -14,3 +14,3 @@ interface Language { | ||
interface Options { | ||
readonly isHTML: false; | ||
readonly isHTML: boolean; | ||
readonly languageHint: string; | ||
@@ -32,2 +32,2 @@ readonly encodingHint: string; | ||
declare function detect(text: string): Promise<DetectLanguage>; | ||
} | ||
} |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"main": "./index.js", | ||
@@ -14,0 +14,0 @@ "types": "./index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108738892
562