UNPKG

recent-searches

Version:

A JavaScript module to help anyone easily build recent searches functionality into their search.

4 lines (3 loc) 208 B
import { ISearch, RankingStrategy } from "./../"; declare const computeMatchScore: (search: ISearch, query: string | number, rankBy: RankingStrategy, ttl: number) => number; export default computeMatchScore;