UNPKG

what-to-play

Version:

Score aggregator for lists of games

2 lines (1 loc) 125 B
export declare function closestSearchResult<T>(game: string, products: T[], getName: (product: T) => string): T | undefined;