UNPKG
what-to-play
Version:
latest (1.0.0)
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
0.0.0
Score aggregator for lists of games
github.com/Deskbot/What-to-Play
Deskbot/What-to-Play
what-to-play
/
build
/
search.d.ts
2 lines
(1 loc)
•
125 B
TypeScript
View Raw
1
2
export
declare
function
closestSearchResult<T>(
game
:
string
,
products
: T[],
getName
:
(
product
: T
) =>
string
): T |
undefined
;