@types/jaro-winkler
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

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 .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jaro-winkler

Weekly Downloads

4,652

Version

0.2.3

License

MIT

Unpacked Size

2.78 kB

Total Files

5

Last publish

Collaborators

  • types