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

1.0.2 • Public • Published

Installation

npm install --save @types/fuzzysearch

Summary

This package contains type definitions for fuzzysearch (https://github.com/bevacqua/fuzzysearch).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fuzzysearch.

index.d.ts

/**
 * Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based on lightweight user input.
 */
declare function fuzzysearch(needle: string, haystack: string): boolean;

export = fuzzysearch;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Remco Haszing.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/fuzzysearch

Weekly Downloads

1,443

Version

1.0.2

License

MIT

Unpacked Size

3.07 kB

Total Files

5

Last publish

Collaborators

  • types