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

0.2.4 • 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.

/**
 * 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, options?: { caseSensitive?: boolean }): number;
export = distance;

Additional Details

  • Last updated: Thu, 20 Mar 2025 15:35:27 GMT
  • Dependencies: none

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jaro-winkler

Weekly Downloads

8,186

Version

0.2.4

License

MIT

Unpacked Size

2.89 kB

Total Files

5

Last publish

Collaborators

  • types