šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@types/jaro-winkler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jaro-winkler

TypeScript definitions for jaro-winkler

0.2.4
ts5.0
ts5.1
ts5.2
ts5.3
ts5.4
ts5.5
ts5.6
ts5.7
ts5.8
ts5.9
latest
Source
npm
Version published
Weekly downloads
20K
13.58%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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, 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 .

FAQs

Package last updated on 20 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts