@types/fast-levenshtein
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -7,5 +7,5 @@ // Type definitions for fast-levenshtein | ||
export interface LevenshteinOptions { | ||
useCollator?: boolean; | ||
useCollator?: boolean | undefined; | ||
} | ||
export function get(str1: string, str2: string, opts?: LevenshteinOptions): number; |
{ | ||
"name": "@types/fast-levenshtein", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "TypeScript definitions for fast-levenshtein", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-levenshtein", | ||
"license": "MIT", | ||
"author": "Mizunashi Mana <https://github.com/mizunashi-mana>", | ||
"contributors": [ | ||
{ | ||
"name": "Mizunashi Mana", | ||
"url": "https://github.com/mizunashi-mana", | ||
"githubUsername": "mizunashi-mana" | ||
} | ||
], | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/fast-levenshtein" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "52391dad095a4679974e8dc4b2837fa9f9ed3c2c0795915fc73763277ffa4008" | ||
"typesPublisherContentHash": "5d6619781fe43260311fe7c498e3bd084b46e8837d15424f3836fc667ab8fe16", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,12 +8,24 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/fast-levenshtein | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-levenshtein. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-levenshtein/index.d.ts) | ||
````ts | ||
// Type definitions for fast-levenshtein | ||
// Project: https://github.com/hiddentao/fast-levenshtein | ||
// Definitions by: Mizunashi Mana <https://github.com/mizunashi-mana> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
Additional Details | ||
* Last updated: Tue, 04 Oct 2016 17:46:23 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
export interface LevenshteinOptions { | ||
useCollator?: boolean | undefined; | ||
} | ||
export function get(str1: string, str2: string, opts?: LevenshteinOptions): number; | ||
```` | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 20:32:53 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Mizunashi Mana <https://github.com/mizunashi-mana>. | ||
These definitions were written by [Mizunashi Mana](https://github.com/mizunashi-mana). |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3445
1
31
8
1