0.2.3 • Published 6 months ago

@types/jaro-winkler v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for jaro-winkler 0.2
// Project: https://github.com/jordanthomas/jaro-winkler
// Definitions by: akii0008 <https://github.com/akii0008>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * 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: Thu, 28 Oct 2021 13:01:30 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by akii0008.

0.2.3

6 months ago

0.2.2

7 months ago

0.2.1

2 years ago

0.2.0

3 years ago