Installation
npm install --save @types/jaro-winkler
Summary
This package contains type definitions for jaro-winkler (https://github.com/jordanthomas/jaro-winkler).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jaro-winkler.
index.d.ts
/**
* Takes two strings and compares them. Returns a value from 0 to 1, 0 meaning that
* the strings are not at all similar.
*/
declare function distance(x: string, y: string): number;
export = distance;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by .