@types/franc
Advanced tools
Comparing version 4.0.1 to 5.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for franc 4.0 | ||
// Type definitions for franc 5.0 | ||
// Project: https://github.com/wooorm/franc/ | ||
@@ -16,3 +16,3 @@ // Definitions by: William LeGate <https://github.com/wlegate> | ||
blacklist?: ISO6393[]; | ||
only?: string[]; | ||
only?: ISO6393[]; | ||
} | ||
@@ -23,5 +23,5 @@ | ||
declare namespace detect { | ||
function all(text: string, options?: Options): [ISO6393, number]; | ||
function all(text: string, options?: Options): Array<[ISO6393, Confidence]>; | ||
} | ||
export = detect; |
{ | ||
"name": "@types/franc", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "TypeScript definitions for franc", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f2cd9c2ebffa651210a06307684994a6e5fa6f7325ec2179d90c3bafd60ecc0f", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "7991dc91be30babb3d6a6f571e8084d3938f8e36cd527a7399b36c2da0071a1b", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 18 Feb 2020 18:41:00 GMT | ||
* Last updated: Fri, 15 Jan 2021 08:03:11 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
2974